diff options
author | Marcus Huderle <huderlem@gmail.com> | 2019-10-19 12:11:51 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-10-19 15:05:15 -0500 |
commit | cefc31dd1e52e618de4ba0c318756abd73f35e8a (patch) | |
tree | de030d251ab90ef4cbed40150fcbea52396e8694 /data/maps/Route102/scripts.inc | |
parent | cb9f89925f35e2b0e7f13644a8bda90cd6c387bf (diff) |
Document Petalburg City scripts
Diffstat (limited to 'data/maps/Route102/scripts.inc')
-rw-r--r-- | data/maps/Route102/scripts.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/maps/Route102/scripts.inc b/data/maps/Route102/scripts.inc index 58adf4456..5e7f48c93 100644 --- a/data/maps/Route102/scripts.inc +++ b/data/maps/Route102/scripts.inc @@ -75,7 +75,7 @@ Route102_EventScript_1EC1E1:: @ 81EC1E1 msgbox Route102_Text_2947DB, MSGBOX_AUTOCLOSE end -PetalburgCity_Text_1EC1F8: @ 81EC1F8 +Route102_Text_WatchMeCatchPokemon: @ 81EC1F8 .string "WALLY: {PLAYER}…\n" .string "POKéMON hide in tall grass like this,\l" .string "don't they?\p" @@ -83,11 +83,11 @@ PetalburgCity_Text_1EC1F8: @ 81EC1F8 .string "catch one properly.\p" .string "…Whoa!$" -PetalburgCity_Text_1EC271: @ 81EC271 +Route102_Text_WallyIDidIt: @ 81EC271 .string "WALLY: I did it… It's my…\n" .string "My POKéMON!$" -PetalburgCity_Text_1EC297: @ 81EC297 +Route102_Text_LetsGoBack: @ 81EC297 .string "{PLAYER}, thank you!\n" .string "Let's go back to the GYM!$" |