mirror of
https://github.com/pret/pokeyellow.git
synced 2026-03-21 17:34:31 -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
446 B
NASM
17 lines
446 B
NASM
SaffronMart_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
SaffronMart_TextPointers:
|
|
def_text_pointers
|
|
dw_const SaffronMartClerkText, TEXT_SAFFRONMART_CLERK
|
|
dw_const SaffronMartSuperNerdText, TEXT_SAFFRONMART_SUPER_NERD
|
|
dw_const SaffronMartCooltrainerFText, TEXT_SAFFRONMART_COOLTRAINER_F
|
|
|
|
SaffronMartSuperNerdText:
|
|
text_far _SaffronMartSuperNerdText
|
|
text_end
|
|
|
|
SaffronMartCooltrainerFText:
|
|
text_far _SaffronMartCooltrainerFText
|
|
text_end
|