diff options
Diffstat (limited to 'text/maps/CeladonPokecenter.asm')
-rw-r--r-- | text/maps/CeladonPokecenter.asm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/text/maps/CeladonPokecenter.asm b/text/maps/CeladonPokecenter.asm new file mode 100644 index 00000000..a04f51c9 --- /dev/null +++ b/text/maps/CeladonPokecenter.asm @@ -0,0 +1,12 @@ +_CeladonPokecenterText2:: + text "# FLUTE awakens" + line "#MON with a" + cont "sound that only" + cont "they can hear!" + done + +_CeladonPokecenterText3:: + text "I rode uphill on" + line "CYCLING ROAD from" + cont "FUCHSIA!" + done |