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

16 lines
462 B
NASM

FuchsiaMart_Script:
jp EnableAutoTextBoxDrawing
FuchsiaMart_TextPointers:
def_text_pointers
dw_const FuchsiaMartClerkText, TEXT_FUCHSIAMART_CLERK
dw_const FuchsiaMartMiddleAgedManText, TEXT_FUCHSIAMART_MIDDLE_AGED_MAN
dw_const FuchsiaMartCooltrainerFText, TEXT_FUCHSIAMART_COOLTRAINER_F
FuchsiaMartMiddleAgedManText:
text_far _FuchsiaMartMiddleAgedManText
text_end
FuchsiaMartCooltrainerFText:
text_far _FuchsiaMartCooltrainerFText
text_end