pokered/scripts/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

22 lines
708 B
NASM

CeladonMart5F_Script:
jp EnableAutoTextBoxDrawing
CeladonMart5F_TextPointers:
def_text_pointers
dw_const CeladonMart5FGentlemanText, TEXT_CELADONMART5F_GENTLEMAN
dw_const CeladonMart5FSailorText, TEXT_CELADONMART5F_SAILOR
dw_const CeladonMart5FClerk1Text, TEXT_CELADONMART5F_CLERK1
dw_const CeladonMart5FClerk2Text, TEXT_CELADONMART5F_CLERK2
dw_const CeladonMart5FCurrentFloorSignText, TEXT_CELADONMART5F_CURRENT_FLOOR_SIGN
CeladonMart5FGentlemanText:
text_far _CeladonMart5FGentlemanText
text_end
CeladonMart5FSailorText:
text_far _CeladonMart5FSailorText
text_end
CeladonMart5FCurrentFloorSignText:
text_far _CeladonMart5FCurrentFloorSignText
text_end