diff options
Diffstat (limited to 'data/maps/OldaleTown_House2/scripts.inc')
-rw-r--r-- | data/maps/OldaleTown_House2/scripts.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/data/maps/OldaleTown_House2/scripts.inc b/data/maps/OldaleTown_House2/scripts.inc new file mode 100644 index 000000000..55941705c --- /dev/null +++ b/data/maps/OldaleTown_House2/scripts.inc @@ -0,0 +1,20 @@ +OldaleTown_House2_MapScripts:: @ 81FBF5A + .byte 0 + +OldaleTown_House2_EventScript_1FBF5B:: @ 81FBF5B + msgbox OldaleTown_House2_Text_1FBF6D, 2 + end + +OldaleTown_House2_EventScript_1FBF64:: @ 81FBF64 + msgbox OldaleTown_House2_Text_1FBFB0, 2 + end + +OldaleTown_House2_Text_1FBF6D: @ 81FBF6D + .string "When POKéMON battle, they eventually\n" + .string "level up and become stronger.$" + +OldaleTown_House2_Text_1FBFB0: @ 81FBFB0 + .string "If the POKéMON with you become\n" + .string "stronger, you’ll be able to go farther\l" + .string "away from here.$" + |