import from github

This commit is contained in:
2022-05-19 17:14:13 +00:00
parent 5247c34f50
commit ab32b30591
12612 changed files with 1905035 additions and 83 deletions

View File

@ -0,0 +1,159 @@
{
"id": "MAP_SOOTOPOLIS_CITY_GYM_B1F",
"name": "SootopolisCity_Gym_B1F",
"layout": "LAYOUT_SOOTOPOLIS_CITY_GYM_B1F",
"music": "MUS_GYM",
"region_map_section": "MAPSEC_SOOTOPOLIS_CITY",
"requires_flash": false,
"weather": "WEATHER_NONE",
"map_type": "MAP_TYPE_INDOOR",
"allow_cycling": false,
"allow_escaping": false,
"allow_running": false,
"show_map_name": false,
"battle_scene": "MAP_BATTLE_SCENE_GYM",
"connections": null,
"object_events": [
{
"graphics_id": "OBJ_EVENT_GFX_LASS",
"x": 7,
"y": 17,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "1",
"script": "SootopolisCity_Gym_B1F_EventScript_Andrea",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_BEAUTY",
"x": 9,
"y": 19,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "1",
"script": "SootopolisCity_Gym_B1F_EventScript_Connie",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_WOMAN_2",
"x": 12,
"y": 7,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "1",
"script": "SootopolisCity_Gym_B1F_EventScript_Brianna",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_BEAUTY",
"x": 11,
"y": 9,
"elevation": 0,
"movement_type": "MOVEMENT_TYPE_FACE_UP",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "5",
"script": "SootopolisCity_Gym_B1F_EventScript_Bridget",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_BEAUTY",
"x": 5,
"y": 6,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "4",
"script": "SootopolisCity_Gym_B1F_EventScript_Tiffany",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_POKEFAN_F",
"x": 7,
"y": 8,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "2",
"script": "SootopolisCity_Gym_B1F_EventScript_Bethany",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_LASS",
"x": 4,
"y": 8,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "2",
"script": "SootopolisCity_Gym_B1F_EventScript_Crissy",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_BEAUTY",
"x": 9,
"y": 7,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_DOWN",
"movement_range_x": 0,
"movement_range_y": 0,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "3",
"script": "SootopolisCity_Gym_B1F_EventScript_Olivia",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_WOMAN_2",
"x": 6,
"y": 13,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "3",
"script": "SootopolisCity_Gym_B1F_EventScript_Daphne",
"flag": "0"
},
{
"graphics_id": "OBJ_EVENT_GFX_POKEFAN_F",
"x": 10,
"y": 13,
"elevation": 3,
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
"movement_range_x": 1,
"movement_range_y": 1,
"trainer_type": "TRAINER_TYPE_NORMAL",
"trainer_sight_or_berry_tree_id": "3",
"script": "SootopolisCity_Gym_B1F_EventScript_Annika",
"flag": "0"
}
],
"warp_events": [
{
"x": 11,
"y": 22,
"elevation": 3,
"dest_map": "MAP_SOOTOPOLIS_CITY_GYM_1F",
"dest_warp_id": 2
}
],
"coord_events": [],
"bg_events": []
}

View File

@ -0,0 +1,183 @@
SootopolisCity_Gym_B1F_MapScripts::
.byte 0
SootopolisCity_Gym_B1F_EventScript_Andrea::
trainerbattle_single TRAINER_ANDREA, SootopolisCity_Gym_B1F_Text_AndreaIntro, SootopolisCity_Gym_B1F_Text_AndreaDefeat
msgbox SootopolisCity_Gym_B1F_Text_AndreaPostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_EventScript_Crissy::
trainerbattle_single TRAINER_CRISSY, SootopolisCity_Gym_B1F_Text_CrissyIntro, SootopolisCity_Gym_B1F_Text_CrissyDefeat
msgbox SootopolisCity_Gym_B1F_Text_CrissyPostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_EventScript_Brianna::
trainerbattle_single TRAINER_BRIANNA, SootopolisCity_Gym_B1F_Text_BriannaIntro, SootopolisCity_Gym_B1F_Text_BriannaDefeat
msgbox SootopolisCity_Gym_B1F_Text_BriannaPostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_EventScript_Connie::
trainerbattle_single TRAINER_CONNIE, SootopolisCity_Gym_B1F_Text_ConnieIntro, SootopolisCity_Gym_B1F_Text_ConnieDefeat
msgbox SootopolisCity_Gym_B1F_Text_ConniePostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_EventScript_Bridget::
trainerbattle_single TRAINER_BRIDGET, SootopolisCity_Gym_B1F_Text_BridgetIntro, SootopolisCity_Gym_B1F_Text_BridgetDefeat
msgbox SootopolisCity_Gym_B1F_Text_BridgetPostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_EventScript_Olivia::
trainerbattle_single TRAINER_OLIVIA, SootopolisCity_Gym_B1F_Text_OliviaIntro, SootopolisCity_Gym_B1F_Text_OliviaDefeat
msgbox SootopolisCity_Gym_B1F_Text_OliviaPostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_EventScript_Tiffany::
trainerbattle_single TRAINER_TIFFANY, SootopolisCity_Gym_B1F_Text_TiffanyIntro, SootopolisCity_Gym_B1F_Text_TiffanyDefeat
msgbox SootopolisCity_Gym_B1F_Text_TiffanyPostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_EventScript_Bethany::
trainerbattle_single TRAINER_BETHANY, SootopolisCity_Gym_B1F_Text_BethanyIntro, SootopolisCity_Gym_B1F_Text_BethanyDefeat
msgbox SootopolisCity_Gym_B1F_Text_BethanyPostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_EventScript_Annika::
trainerbattle_single TRAINER_ANNIKA, SootopolisCity_Gym_B1F_Text_AnnikaIntro, SootopolisCity_Gym_B1F_Text_AnnikaDefeat
msgbox SootopolisCity_Gym_B1F_Text_AnnikaPostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_EventScript_Daphne::
trainerbattle_single TRAINER_DAPHNE, SootopolisCity_Gym_B1F_Text_DaphneIntro, SootopolisCity_Gym_B1F_Text_DaphneDefeat
msgbox SootopolisCity_Gym_B1F_Text_DaphnePostBattle, MSGBOX_AUTOCLOSE
end
SootopolisCity_Gym_B1F_Text_AndreaIntro:
.string "I'll show you the sublime techniques\n"
.string "I learned from our LEADER JUAN!$"
SootopolisCity_Gym_B1F_Text_AndreaDefeat:
.string "Please forgive me, JUAN…$"
SootopolisCity_Gym_B1F_Text_AndreaPostBattle:
.string "Watch what happens if you crack all\n"
.string "the floor tiles.$"
SootopolisCity_Gym_B1F_Text_CrissyIntro:
.string "You came all the way here, but you won't\n"
.string "get to see JUAN.\p"
.string "Not if you lose to me, you won't!$"
SootopolisCity_Gym_B1F_Text_CrissyDefeat:
.string "You're strong!\n"
.string "I was fooled by your cute looks!$"
SootopolisCity_Gym_B1F_Text_CrissyPostBattle:
.string "You might be good enough to avoid\n"
.string "being wiped out in one hit by JUAN.$"
SootopolisCity_Gym_B1F_Text_DaphneIntro:
.string "The sight of JUAN conducting\n"
.string "a battle…\p"
.string "The very beauty of it compelled me to\n"
.string "become a TRAINER.$"
SootopolisCity_Gym_B1F_Text_DaphneDefeat:
.string "You battled with more beauty than\n"
.string "I could muster…$"
SootopolisCity_Gym_B1F_Text_DaphnePostBattle:
.string "The grace you bring to battle is\n"
.string "fabulous.\p"
.string "Oh… I'm so fortunate to have found\n"
.string "POKéMON.$"
SootopolisCity_Gym_B1F_Text_ConnieIntro:
.string "I should teach you how harsh battles\n"
.string "can be.$"
SootopolisCity_Gym_B1F_Text_ConnieDefeat:
.string "Oh.\n"
.string "You're strong.$"
SootopolisCity_Gym_B1F_Text_ConniePostBattle:
.string "I'll tell you something good.\p"
.string "If you want to reach JUAN, you\n"
.string "need to walk on each floor tile once.$"
SootopolisCity_Gym_B1F_Text_BridgetIntro:
.string "The POKéMON GYM of the highest level\n"
.string "in the HOENN region…\p"
.string "That's the SOOTOPOLIS GYM.$"
SootopolisCity_Gym_B1F_Text_BridgetDefeat:
.string "What a high level you are!$"
SootopolisCity_Gym_B1F_Text_BridgetPostBattle:
.string "Rather than being satisfied by being\n"
.string "in a strong GYM, I imagine training in\l"
.string "other places will make you stronger.\l"
.string "But above all, it looks more fun.$"
SootopolisCity_Gym_B1F_Text_OliviaIntro:
.string "I train my POKéMON together with\n"
.string "JUAN.\p"
.string "Don't think I'm a pushover.$"
SootopolisCity_Gym_B1F_Text_OliviaDefeat:
.string "I was beaten…$"
SootopolisCity_Gym_B1F_Text_OliviaPostBattle:
.string "I think you have potential.\n"
.string "Why don't you stay and train with us?$"
SootopolisCity_Gym_B1F_Text_TiffanyIntro:
.string "A graceful glide across the ice while\n"
.string "crossing no lines…\p"
.string "A TRAINER putting on that performance\n"
.string "would be elegantly beautiful!$"
SootopolisCity_Gym_B1F_Text_TiffanyDefeat:
.string "Well, excuse me?!$"
SootopolisCity_Gym_B1F_Text_TiffanyPostBattle:
.string "This is really obvious, but how strong\n"
.string "you are as a TRAINER has nothing to do\l"
.string "with how young or old you are.$"
SootopolisCity_Gym_B1F_Text_BethanyIntro:
.string "When I'm with my POKéMON, the time\n"
.string "flies by before you can say, “Oops!”$"
SootopolisCity_Gym_B1F_Text_BethanyDefeat:
.string "Oops!$"
SootopolisCity_Gym_B1F_Text_BethanyPostBattle:
.string "I wish I could forget about lost causes\n"
.string "before I can manage an “Oops!”$"
SootopolisCity_Gym_B1F_Text_AnnikaIntro:
.string "I can battle with really rare POKéMON\n"
.string "if you'd like.$"
SootopolisCity_Gym_B1F_Text_AnnikaDefeat:
.string "Oh, there now! Did you have a good look\n"
.string "at my POKéMON?$"
SootopolisCity_Gym_B1F_Text_AnnikaPostBattle:
.string "I came to this GYM because JUAN\n"
.string "praised me for my darling POKéMON.\p"
.string "Oh, if only I'd met JUAN years ago\n"
.string "when I was younger…$"
SootopolisCity_Gym_B1F_Text_BriannaIntro:
.string "Giggle…\n"
.string "Your grim look is so charming.$"
SootopolisCity_Gym_B1F_Text_BriannaDefeat:
.string "Oh, dear.\n"
.string "I went much too easy on you.$"
SootopolisCity_Gym_B1F_Text_BriannaPostBattle:
.string "You couldn't lay a finger on JUAN,\n"
.string "I'm sure. Giggle…$"