Document Celadon City scripts
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_16BAFE",
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_Lass",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -36,7 +36,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_16BB10",
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_ClerkItems",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -49,7 +49,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_16BB4E",
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_ClerkTMs",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": 0,
|
||||
"trainer_sight_or_berry_tree_id": 0,
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_1AD053",
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_Woman",
|
||||
"flag": "FLAG_HIDE_POSTGAME_GOSSIPERS"
|
||||
}
|
||||
],
|
||||
@@ -96,7 +96,7 @@
|
||||
"x": 4,
|
||||
"y": 1,
|
||||
"elevation": 0,
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_16BB07"
|
||||
"script": "CeladonCity_DepartmentStore_2F_EventScript_FloorSign"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,31 +1,31 @@
|
||||
CeladonCity_DepartmentStore_2F_MapScripts:: @ 816BAF4
|
||||
.byte 0
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_16BAF5:: @ 816BAF5
|
||||
msgbox gUnknown_81955C7, MSGBOX_NPC
|
||||
CeladonCity_DepartmentStore_2F_EventScript_UnusedNPC:: @ 816BAF5
|
||||
msgbox CeladonCity_DepartmentStore_2F_Text_SuperRepelMorePowerfulRepel, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_16BAFE:: @ 816BAFE
|
||||
msgbox gUnknown_819560F, MSGBOX_NPC
|
||||
CeladonCity_DepartmentStore_2F_EventScript_Lass:: @ 816BAFE
|
||||
msgbox CeladonCity_DepartmentStore_2F_Text_BuyReviveForLongOutings, MSGBOX_NPC
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_16BB07:: @ 816BB07
|
||||
msgbox gUnknown_8195638, MSGBOX_SIGN
|
||||
CeladonCity_DepartmentStore_2F_EventScript_FloorSign:: @ 816BB07
|
||||
msgbox CeladonCity_DepartmentStore_2F_Text_FloorSign, MSGBOX_SIGN
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_16BB10:: @ 816BB10
|
||||
CeladonCity_DepartmentStore_2F_EventScript_ClerkItems:: @ 816BB10
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
message Text_MayIHelpYou
|
||||
waitmessage
|
||||
pokemart Items_16BB38
|
||||
pokemart CeladonCity_DepartmentStore_2F_Items
|
||||
msgbox Text_PleaseComeAgain
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
Items_16BB38:: @ 816BB38
|
||||
CeladonCity_DepartmentStore_2F_Items:: @ 816BB38
|
||||
.2byte ITEM_GREAT_BALL
|
||||
.2byte ITEM_SUPER_POTION
|
||||
.2byte ITEM_REVIVE
|
||||
@@ -39,19 +39,19 @@ Items_16BB38:: @ 816BB38
|
||||
release
|
||||
end
|
||||
|
||||
CeladonCity_DepartmentStore_2F_EventScript_16BB4E:: @ 816BB4E
|
||||
CeladonCity_DepartmentStore_2F_EventScript_ClerkTMs:: @ 816BB4E
|
||||
goto_if_questlog EventScript_ReleaseEnd
|
||||
lock
|
||||
faceplayer
|
||||
message Text_MayIHelpYou
|
||||
waitmessage
|
||||
pokemart Items_16BB74
|
||||
pokemart CeladonCity_DepartmentStore_2F_TMs
|
||||
msgbox Text_PleaseComeAgain
|
||||
release
|
||||
end
|
||||
|
||||
.align 2
|
||||
Items_16BB74:: @ 816BB74
|
||||
CeladonCity_DepartmentStore_2F_TMs:: @ 816BB74
|
||||
.2byte ITEM_TM05
|
||||
.2byte ITEM_TM15
|
||||
.2byte ITEM_TM28
|
||||
|
||||
@@ -1,13 +1,19 @@
|
||||
gUnknown_81955C7:: @ 81955C7
|
||||
CeladonCity_DepartmentStore_2F_Text_SuperRepelMorePowerfulRepel:: @ 81955C7
|
||||
.string "SUPER REPEL keeps weak POKéMON at\n"
|
||||
.string "bay…\p"
|
||||
.string "Hmm, it's a more powerful REPEL.$"
|
||||
|
||||
gUnknown_819560F:: @ 819560F
|
||||
CeladonCity_DepartmentStore_2F_Text_BuyReviveForLongOutings:: @ 819560F
|
||||
.string "For long outings, you should buy\n"
|
||||
.string "REVIVE.$"
|
||||
|
||||
gUnknown_8195638:: @ 8195638
|
||||
CeladonCity_DepartmentStore_2F_Text_FloorSign:: @ 8195638
|
||||
.string "Top-Grade Items for TRAINERS!\p"
|
||||
.string "2F: TRAINER'S MARKET$"
|
||||
|
||||
CeladonCity_DepartmentStore_2F_Text_LanceComesToBuyCapes:: @ 819566B
|
||||
.string "We have a customer, LANCE, who\n"
|
||||
.string "occasionally comes.\p"
|
||||
.string "He always buys capes.\p"
|
||||
.string "I wonder… Does he have many\n"
|
||||
.string "identical capes at home?$"
|
||||
|
||||
Reference in New Issue
Block a user