diff options
Diffstat (limited to 'text/maps/celadon_diner.asm')
-rw-r--r-- | text/maps/celadon_diner.asm | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/text/maps/celadon_diner.asm b/text/maps/celadon_diner.asm new file mode 100644 index 00000000..cce1200a --- /dev/null +++ b/text/maps/celadon_diner.asm @@ -0,0 +1,60 @@ +_CeladonDinerText1: ; 9df3f (27:5f3f) + text "Hi!" + + para "We're taking a" + line "break now." + done + +_CeladonDinerText2: ; 9df5d (27:5f5d) + text "My #MON are" + line "weak, so I often" + cont "have to go to the" + cont "DRUG STORE." + done + +_CeladonDinerText3: ; 9df99 (27:5f99) + text "Psst! There's a" + line "basement under" + cont "the GAME CORNER." + done + +_CeladonDinerText4: ; 9dfc9 (27:5fc9) + text "Munch..." + + para "The man at that" + line "table lost it all" + cont "at the slots." + done + +_UnnamedText_491a7: ; 9e003 (27:6003) + text "Go ahead! Laugh!" + + para "I'm flat out" + line "busted!" + + para "No more slots for" + line "me! I'm going" + cont "straight!" + + para "Here! I won't be" + line "needing this any-" + cont "more!" + prompt + +_ReceivedCoinCaseText: ; 9e07a (27:607a) + text $52, " received" + line "a @" + TX_RAM $cf4b + text "!@@" + +_CoinCaseNoRoomText: ; 9e090 (27:6090) + text "Make room for" + line "this!" + done + +_UnnamedText_491b7: ; 9e0a5 (27:60a5) + text "I always thought" + line "I was going to" + cont "win it back..." + done + |