diff options
Diffstat (limited to 'text/maps/CeladonMart5F.asm')
-rw-r--r-- | text/maps/CeladonMart5F.asm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/text/maps/CeladonMart5F.asm b/text/maps/CeladonMart5F.asm new file mode 100644 index 00000000..1871194b --- /dev/null +++ b/text/maps/CeladonMart5F.asm @@ -0,0 +1,28 @@ +_CeladonMart5Text1:: + text "#MON ability" + line "enhancers can be" + cont "bought only here." + + para "Use CALCIUM to" + line "increase SPECIAL" + cont "abilities." + + para "Use CARBOS to" + line "increase SPEED." + done + +_CeladonMart5Text2:: + text "I'm here for" + line "#MON ability" + cont "enhancers." + + para "PROTEIN increases" + line "ATTACK power." + + para "IRON increases" + line "DEFENSE!" + done + +_CeladonMart5Text5:: + text "5F: DRUG STORE" + done |