import from github
This commit is contained in:
79
data/maps/SootopolisCity_LotadAndSeedotHouse/map.json
Normal file
79
data/maps/SootopolisCity_LotadAndSeedotHouse/map.json
Normal file
@ -0,0 +1,79 @@
|
||||
{
|
||||
"id": "MAP_SOOTOPOLIS_CITY_LOTAD_AND_SEEDOT_HOUSE",
|
||||
"name": "SootopolisCity_LotadAndSeedotHouse",
|
||||
"layout": "LAYOUT_SOOTOPOLIS_CITY_LOTAD_AND_SEEDOT_HOUSE",
|
||||
"music": "MUS_SOOTOPOLIS",
|
||||
"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_NORMAL",
|
||||
"connections": null,
|
||||
"object_events": [
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_FISHERMAN",
|
||||
"x": 2,
|
||||
"y": 4,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_RIGHT",
|
||||
"movement_range_x": 0,
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "SootopolisCity_LotadAndSeedotHouse_EventScript_LotadBrother",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
"graphics_id": "OBJ_EVENT_GFX_HIKER",
|
||||
"x": 5,
|
||||
"y": 4,
|
||||
"elevation": 3,
|
||||
"movement_type": "MOVEMENT_TYPE_FACE_LEFT",
|
||||
"movement_range_x": 0,
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "TRAINER_TYPE_NONE",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotBrother",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
"warp_events": [
|
||||
{
|
||||
"x": 3,
|
||||
"y": 6,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_SOOTOPOLIS_CITY",
|
||||
"dest_warp_id": 11
|
||||
},
|
||||
{
|
||||
"x": 4,
|
||||
"y": 6,
|
||||
"elevation": 0,
|
||||
"dest_map": "MAP_SOOTOPOLIS_CITY",
|
||||
"dest_warp_id": 11
|
||||
}
|
||||
],
|
||||
"coord_events": [],
|
||||
"bg_events": [
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 5,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotSizeRecord"
|
||||
},
|
||||
{
|
||||
"type": "sign",
|
||||
"x": 2,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"player_facing_dir": "BG_EVENT_PLAYER_FACING_ANY",
|
||||
"script": "SootopolisCity_LotadAndSeedotHouse_EventScript_LotadSizeRecord"
|
||||
}
|
||||
]
|
||||
}
|
202
data/maps/SootopolisCity_LotadAndSeedotHouse/scripts.inc
Normal file
202
data/maps/SootopolisCity_LotadAndSeedotHouse/scripts.inc
Normal file
@ -0,0 +1,202 @@
|
||||
SootopolisCity_LotadAndSeedotHouse_MapScripts::
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotBrother::
|
||||
special GetSeedotSizeRecordInfo
|
||||
lock
|
||||
faceplayer
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigSeedot, MSGBOX_DEFAULT
|
||||
special ChoosePartyMon
|
||||
waitstate
|
||||
copyvar VAR_RESULT, VAR_0x8004
|
||||
goto_if_eq VAR_RESULT, PARTY_NOTHING_CHOSEN, SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowSeedot
|
||||
special CompareSeedotSize
|
||||
goto_if_eq VAR_RESULT, 1, SootopolisCity_LotadAndSeedotHouse_EventScript_NotSeedot
|
||||
goto_if_eq VAR_RESULT, 2, SootopolisCity_LotadAndSeedotHouse_EventScript_SmallSeedot
|
||||
goto_if_eq VAR_RESULT, 3, SootopolisCity_LotadAndSeedotHouse_EventScript_BigSeedot
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowSeedot::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigSeedot, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NotSeedot::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotSeedot, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SmallSeedot::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerSeedot, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_BigSeedot::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_GoshMightBeBiggerThanLotad, MSGBOX_DEFAULT
|
||||
giveitem ITEM_ELIXIR
|
||||
goto_if_eq VAR_RESULT, FALSE, SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir1
|
||||
closemessage
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir1::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull1, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_LotadBrother::
|
||||
special GetLotadSizeRecordInfo
|
||||
lock
|
||||
faceplayer
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigLotad, MSGBOX_DEFAULT
|
||||
special ChoosePartyMon
|
||||
waitstate
|
||||
copyvar VAR_RESULT, VAR_0x8004
|
||||
goto_if_eq VAR_RESULT, PARTY_NOTHING_CHOSEN, SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowLotad
|
||||
special CompareLotadSize
|
||||
goto_if_eq VAR_RESULT, 1, SootopolisCity_LotadAndSeedotHouse_EventScript_NotLotad
|
||||
goto_if_eq VAR_RESULT, 2, SootopolisCity_LotadAndSeedotHouse_EventScript_SmallLotad
|
||||
goto_if_eq VAR_RESULT, 3, SootopolisCity_LotadAndSeedotHouse_EventScript_BigLotad
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_CancelShowLotad::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigLotad, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NotLotad::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotLotad, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SmallLotad::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerLotad, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_BigLotad::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_WowMightBeBiggerThanSeedot, MSGBOX_DEFAULT
|
||||
giveitem ITEM_ELIXIR
|
||||
goto_if_eq VAR_RESULT, FALSE, SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir2
|
||||
closemessage
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_NoRoomForElixir2::
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull2, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_SeedotSizeRecord::
|
||||
special GetSeedotSizeRecordInfo
|
||||
lockall
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BiggestSeedotInHistory, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_EventScript_LotadSizeRecord::
|
||||
special GetLotadSizeRecordInfo
|
||||
lockall
|
||||
msgbox SootopolisCity_LotadAndSeedotHouse_Text_BiggestLotadInHistory, MSGBOX_DEFAULT
|
||||
releaseall
|
||||
end
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigSeedot:
|
||||
.string "Do you know the POKéMON SEEDOT?\n"
|
||||
.string "It's hardly ever seen in SOOTOPOLIS.\p"
|
||||
.string "Anyway, I love big SEEDOT.\n"
|
||||
.string "The bigger the better.\p"
|
||||
.string "But my younger brother, he says that\n"
|
||||
.string "LOTAD is bigger.\p"
|
||||
.string "That's silly.\n"
|
||||
.string "SEEDOT has to be bigger than that!\p"
|
||||
.string "Huh? Do you have a SEEDOT with you?\n"
|
||||
.string "P-p-please, show me!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_GoshMightBeBiggerThanLotad:
|
||||
.string "{STR_VAR_2} inches!\n"
|
||||
.string "Oh, my gosh, this is a big one!\p"
|
||||
.string "It might even beat the big LOTAD\n"
|
||||
.string "my younger brother saw!\p"
|
||||
.string "Thanks for showing me.\n"
|
||||
.string "This is my thanks!$"
|
||||
|
||||
@ Unused
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ReceivedPotion1:
|
||||
.string "{PLAYER} received a POTION.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull1:
|
||||
.string "Hunh?\n"
|
||||
.string "Your BAG is crammed full.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerSeedot:
|
||||
.string "{STR_VAR_2} inches, is it?\p"
|
||||
.string "Hmm… I've seen a bigger SEEDOT\n"
|
||||
.string "than this one.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotSeedot:
|
||||
.string "Oh, now this is quite something…\n"
|
||||
.string "But it's not a SEEDOT!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigSeedot:
|
||||
.string "You don't have a big SEEDOT?\n"
|
||||
.string "That's too bad…\p"
|
||||
.string "If you get a big SEEDOT, please\n"
|
||||
.string "come show me.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BiggestSeedotInHistory:
|
||||
.string "The biggest SEEDOT in history!\n"
|
||||
.string "{STR_VAR_2}'s {STR_VAR_3}-inch giant!\p"
|
||||
.string "A SEEDOT bigger than a LOTAD\n"
|
||||
.string "always wanted!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_PleaseShowMeBigLotad:
|
||||
.string "Do you know the POKéMON LOTAD?\n"
|
||||
.string "It's rarely seen in SOOTOPOLIS.\p"
|
||||
.string "I love, I mean love, big LOTAD!\p"
|
||||
.string "My big brother says that SEEDOT is\n"
|
||||
.string "bigger.\p"
|
||||
.string "But that's wrong! Everyone knows that\n"
|
||||
.string "LOTAD is a lot bigger.\p"
|
||||
.string "Hunh? Do you have a LOTAD?\n"
|
||||
.string "P-p-please show me!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_WowMightBeBiggerThanSeedot:
|
||||
.string "{STR_VAR_2} inches!\n"
|
||||
.string "Wow, that is big!\p"
|
||||
.string "It might be even bigger than the huge\n"
|
||||
.string "SEEDOT my big brother saw.\p"
|
||||
.string "Thanks for showing me!\n"
|
||||
.string "This is my thanks!$"
|
||||
|
||||
@ Unused
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ReceivedPotion2:
|
||||
.string "{PLAYER} received a POTION.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BagCrammedFull2:
|
||||
.string "Hunh?\n"
|
||||
.string "Your BAG is crammed full.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_SeenBiggerLotad:
|
||||
.string "{STR_VAR_2} inches?\p"
|
||||
.string "Hmm… I've seen a bigger LOTAD\n"
|
||||
.string "than this one here.$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_ThatsNotLotad:
|
||||
.string "Well, isn't this something!\n"
|
||||
.string "But it's no LOTAD!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_DontHaveBigLotad:
|
||||
.string "Don't you have a big LOTAD?\n"
|
||||
.string "How disappointing…\p"
|
||||
.string "If you get a big LOTAD, please\n"
|
||||
.string "come show me!$"
|
||||
|
||||
SootopolisCity_LotadAndSeedotHouse_Text_BiggestLotadInHistory:
|
||||
.string "The biggest LOTAD in history!\n"
|
||||
.string "{STR_VAR_2}'s {STR_VAR_3}-inch colossus!\p"
|
||||
.string "A LOTAD bigger than a SEEDOT\n"
|
||||
.string "always wanted!$"
|
||||
|
Reference in New Issue
Block a user