mirror of
https://github.com/pret/pokered.git
synced 2026-03-22 01:54:53 -05:00
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.
17 lines
462 B
NASM
17 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
|