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

21 lines
646 B
NASM

CeladonMart4F_Script:
jp EnableAutoTextBoxDrawing
CeladonMart4F_TextPointers:
def_text_pointers
dw_const CeladonMart4FClerkText, TEXT_CELADONMART4F_CLERK
dw_const CeladonMart4FSuperNerdText, TEXT_CELADONMART4F_SUPER_NERD
dw_const CeladonMart4FYoungsterText, TEXT_CELADONMART4F_YOUNGSTER
dw_const CeladonMart4FCurrentFloorSignText, TEXT_CELADONMART4F_CURRENT_FLOOR_SIGN
CeladonMart4FSuperNerdText:
text_far _CeladonMart4FSuperNerdText
text_end
CeladonMart4FYoungsterText:
text_far _CeladonMart4FYoungsterText
text_end
CeladonMart4FCurrentFloorSignText:
text_far _CeladonMart4FCurrentFloorSignText
text_end