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

31 lines
512 B
NASM

_CeladonMart1FReceptionistText::
text "Hello! Welcome to"
line "CELADON DEPT."
cont "STORE."
para "The board on the"
line "right describes"
cont "the store layout."
done
_CeladonMart1FDirectorySignText::
text "1F: SERVICE"
line " COUNTER"
para "2F: TRAINER'S"
line " MARKET"
para "3F: TV GAME SHOP"
para "4F: WISEMAN GIFTS"
para "5F: DRUG STORE"
para "ROOFTOP SQUARE:"
line "VENDING MACHINES"
done
_CeladonMart1FCurrentFloorSignText::
text "1F: SERVICE"
line " COUNTER"
done