pokered/text/CeladonMart5F.asm
vulcandth d001ced41b
Add macros, constants, and labels for map scripts and text (#367)
This introduces `def_script_pointers`, `def_text_pointers`, and `object_const_def` macros, and applies them to all maps. Most other map labels have also been identified.
2023-07-13 21:27:56 -04:00

28 lines
475 B
NASM

_CeladonMart5FGentlemanText::
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
_CeladonMart5FSailorText::
text "I'm here for"
line "#MON ability"
cont "enhancers."
para "PROTEIN increases"
line "ATTACK power."
para "IRON increases"
line "DEFENSE!"
done
_CeladonMart5FCurrentFloorSignText::
text "5F: DRUG STORE"
done