Document Celadon City scripts

This commit is contained in:
GriffinR
2020-01-25 02:05:30 -05:00
parent a09e66b53f
commit 35c0e1f60a
68 changed files with 1713 additions and 1742 deletions
@@ -23,7 +23,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_4F_EventScript_16BBEF",
"script": "CeladonCity_DepartmentStore_4F_EventScript_Man",
"flag": "0"
},
{
@@ -36,7 +36,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_4F_EventScript_16BBF8",
"script": "CeladonCity_DepartmentStore_4F_EventScript_Youngster",
"flag": "0"
},
{
@@ -49,7 +49,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
"script": "CeladonCity_DepartmentStore_4F_EventScript_16BC0A",
"script": "CeladonCity_DepartmentStore_4F_EventScript_Clerk",
"flag": "0"
}
],
@@ -83,7 +83,7 @@
"x": 4,
"y": 1,
"elevation": 0,
"script": "CeladonCity_DepartmentStore_4F_EventScript_16BC01"
"script": "CeladonCity_DepartmentStore_4F_EventScript_FloorSign"
}
]
}
@@ -1,31 +1,31 @@
CeladonCity_DepartmentStore_4F_MapScripts:: @ 816BBEE
.byte 0
CeladonCity_DepartmentStore_4F_EventScript_16BBEF:: @ 816BBEF
msgbox gUnknown_8195A68, MSGBOX_NPC
CeladonCity_DepartmentStore_4F_EventScript_Man:: @ 816BBEF
msgbox CeladonCity_DepartmentStore_4F_Text_GettingPokeDollAsPresent, MSGBOX_NPC
end
CeladonCity_DepartmentStore_4F_EventScript_16BBF8:: @ 816BBF8
msgbox gUnknown_8195AC9, MSGBOX_NPC
CeladonCity_DepartmentStore_4F_EventScript_Youngster:: @ 816BBF8
msgbox CeladonCity_DepartmentStore_4F_Text_CanRunAwayWithPokeDoll, MSGBOX_NPC
end
CeladonCity_DepartmentStore_4F_EventScript_16BC01:: @ 816BC01
msgbox gUnknown_8195B5B, MSGBOX_SIGN
CeladonCity_DepartmentStore_4F_EventScript_FloorSign:: @ 816BC01
msgbox CeladonCity_DepartmentStore_4F_Text_FloorSign, MSGBOX_SIGN
end
CeladonCity_DepartmentStore_4F_EventScript_16BC0A:: @ 816BC0A
CeladonCity_DepartmentStore_4F_EventScript_Clerk:: @ 816BC0A
goto_if_questlog EventScript_ReleaseEnd
lock
faceplayer
message Text_MayIHelpYou
waitmessage
pokemart Items_16BC30
pokemart CeladonCity_DepartmentStore_4F_Items
msgbox Text_PleaseComeAgain
release
end
.align 2
Items_16BC30:: @ 816BC30
CeladonCity_DepartmentStore_4F_Items:: @ 816BC30
.2byte ITEM_POKE_DOLL
.2byte ITEM_RETRO_MAIL
.2byte ITEM_FIRE_STONE
@@ -1,41 +1,18 @@
Text_CounterTeach:: @ 8195928
.string "Oh, hi!\n"
.string "I finally finished POKéMON.\p"
.string "Not done yet? How about I teach\n"
.string "you a good move?\p"
.string "The move I have in mind is\n"
.string "COUNTER.\p"
.string "Not like the one I'm leaning on,\n"
.string "mind you!$"
Text_CounterDeclined:: @ 81959CC
.string "You're not interested? Come see\n"
.string "me if you change your mind.$"
Text_CounterWhichMon:: @ 8195A08
.string "Which POKéMON should I teach\n"
.string "COUNTER to?$"
Text_CounterTaught:: @ 8195A31
.string "Are you using that COUNTER move\n"
.string "I taught your POKéMON?$"
gUnknown_8195A68:: @ 8195A68
CeladonCity_DepartmentStore_4F_Text_GettingPokeDollAsPresent:: @ 8195A68
.string "I'm getting a present for my\n"
.string "girlfriend.\p"
.string "I guess a POKé DOLL will be it.\n"
.string "It's the popular thing.$"
gUnknown_8195AC9:: @ 8195AC9
CeladonCity_DepartmentStore_4F_Text_CanRunAwayWithPokeDoll:: @ 8195AC9
.string "I heard something useful.\p"
.string "If a wild POKéMON appears, you can\n"
.string "distract it with a POKé DOLL.\p"
.string "You can run away while the wild\n"
.string "POKéMON is distracted.$"
gUnknown_8195B5B:: @ 8195B5B
CeladonCity_DepartmentStore_4F_Text_FloorSign:: @ 8195B5B
.string "Express yourself with gifts!\n"
.string "4F: WISE MAN GIFTS\p"
.string "Evolution Special!\n"
.string "Element STONES on sale now!$"