diff options
| author | Diegoisawesome <diego@domoreaweso.me> | 2017-11-10 02:24:21 -0600 |
|---|---|---|
| committer | Diegoisawesome <diego@domoreaweso.me> | 2017-11-10 02:52:05 -0600 |
| commit | de8a05871462eca6474d3961cf3fe855cd402fd4 (patch) | |
| tree | afb476072f86758e127a866677babfe0bbaaa609 /data/maps/scripts/Route119.inc | |
| parent | 29079c4b990076e0a9d3a299064262c8d522a4c5 (diff) | |
Extract more baseroms from maps
Diffstat (limited to 'data/maps/scripts/Route119.inc')
| -rw-r--r-- | data/maps/scripts/Route119.inc | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/data/maps/scripts/Route119.inc b/data/maps/scripts/Route119.inc index 9a3e99b93..4436005ba 100644 --- a/data/maps/scripts/Route119.inc +++ b/data/maps/scripts/Route119.inc @@ -493,8 +493,14 @@ Route119_EventScript_1F49E3:: @ 81F49E3 msgbox Route119_Text_1F5339, 3 end -gUnknown_081F49EC:: @ 81F49EC - .incbin "baserom.gba", 0x1f49ec, 0x11 +Route119_EventScript_1F49EC:: @ 81F49EC + lockall + pokenavcall Route119_Text_1F4FBA + waitmessage + clearflag FLAG_0x08A + addvar VAR_0x40D1, 1 + releaseall + end Route119_Text_1F49FD: @ 81F49FD .string "MAY: {PLAYER}{KUN}!\n" @@ -568,7 +574,21 @@ Route119_Text_1F4E60: @ 81F4E60 .string "I expect that you’ll do well at the GYM.\n" .string "Well, I’ll be seeing you!$" - .incbin "baserom.gba", 0x1f4fba, 0x131 + +Route119_Text_1F4FBA: @ 81F4FBA + .string "… … … … … …\n" + .string "… … … … … Beep!\p" + .string "SCOTT: Hiya, {PLAYER}{KUN}, it’s me!\p" + .string "Just as I thought, you won at\n" + .string "the FORTREE GYM.\p" + .string "Your strength…\n" + .string "Perhaps you really are the TRAINER\l" + .string "that I’ve been searching for.\p" + .string "Remember, you have a fan in me.\n" + .string "I’ll be cheering from the sidelines.\l" + .string "Keep up the great work!\p" + .string "… … … … … …\n" + .string "… … … … … Click!$" Route119_Text_1F50EB: @ 81F50EB .string "We’re standing lookout here.\p" |
