pokered/text/CeladonMart2F.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

22 lines
381 B
NASM

_CeladonMart2FMiddleAgedManText::
text "SUPER REPEL keeps"
line "weak #MON at"
cont "bay..."
para "Hmm, it's a more"
line "powerful REPEL!"
done
_CeladonMart2FGirlText::
text "For long outings,"
line "you should buy"
cont "REVIVE."
done
_CeladonMart2FCurrentFloorSignText::
text "Top Grade Items"
line "for Trainers!"
para "2F: TRAINER'S"
line " MARKET"
done