diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-16 08:36:51 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-16 19:00:07 -0500 |
| commit | 236cbf96c8f94b8b2d23be8c72ee0e188e82842d (patch) | |
| tree | c2042f78efdc37a5b64c9cd797cc0c66a0c80255 /data/scripts/maps/RustboroCity_PokemonCenter_1F.inc | |
| parent | 50501396b21bf132cf71d0f5d353bf51d277ba27 (diff) | |
| parent | c0d180a8702b9b20afe07b09316286f6406e5811 (diff) | |
Merge origin/master into pikalaxalt/link
Diffstat (limited to 'data/scripts/maps/RustboroCity_PokemonCenter_1F.inc')
| -rw-r--r-- | data/scripts/maps/RustboroCity_PokemonCenter_1F.inc | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/data/scripts/maps/RustboroCity_PokemonCenter_1F.inc b/data/scripts/maps/RustboroCity_PokemonCenter_1F.inc new file mode 100644 index 000000000..a9156d5aa --- /dev/null +++ b/data/scripts/maps/RustboroCity_PokemonCenter_1F.inc @@ -0,0 +1,47 @@ +RustboroCity_PokemonCenter_1F_MapScripts:: @ 8214D62 + map_script 3, RustboroCity_PokemonCenter_1F_MapScript1_214D6D + map_script 5, RustboroCity_PokemonCenter_1F_MapScript1_277C30 + .byte 0 + +RustboroCity_PokemonCenter_1F_MapScript1_214D6D: @ 8214D6D + setrespawn 6 + call RustboroCity_PokemonCenter_1F_EventScript_2718DE + end + +RustboroCity_PokemonCenter_1F_EventScript_214D76:: @ 8214D76 + setvar VAR_0x800B, 1 + call RustboroCity_PokemonCenter_1F_EventScript_27191E + waitmessage + waitbuttonpress + release + end + +RustboroCity_PokemonCenter_1F_EventScript_214D84:: @ 8214D84 + msgbox RustboroCity_PokemonCenter_1F_Text_214D9F, 2 + end + +RustboroCity_PokemonCenter_1F_EventScript_214D8D:: @ 8214D8D + msgbox RustboroCity_PokemonCenter_1F_Text_214E13, 2 + end + +RustboroCity_PokemonCenter_1F_EventScript_214D96:: @ 8214D96 + msgbox RustboroCity_PokemonCenter_1F_Text_214E81, 2 + end + +RustboroCity_PokemonCenter_1F_Text_214D9F: @ 8214D9F + .string "My POKéMON has a NAIVE nature, and my\n" + .string "friend’s has a JOLLY nature.\p" + .string "It’s fascinating how POKéMON have\n" + .string "personalities!$" + +RustboroCity_PokemonCenter_1F_Text_214E13: @ 8214E13 + .string "Just like people, there are male and\n" + .string "female POKéMON.\p" + .string "But no one seems to have any idea how\n" + .string "they’re different.$" + +RustboroCity_PokemonCenter_1F_Text_214E81: @ 8214E81 + .string "The man next door gave me an HM!\p" + .string "I used it to teach my POKéMON how to\n" + .string "CUT down skinny trees.$" + |
