mirror of
https://github.com/pret/pokered.git
synced 2026-03-21 17:45:50 -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
467 B
NASM
17 lines
467 B
NASM
CeruleanMart_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
CeruleanMart_TextPointers:
|
|
def_text_pointers
|
|
dw_const CeruleanMartClerkText, TEXT_CERULEANMART_CLERK
|
|
dw_const CeruleanMartCooltrainerMText, TEXT_CERULEANMART_COOLTRAINER_M
|
|
dw_const CeruleanMartCooltrainerFText, TEXT_CERULEANMART_COOLTRAINER_F
|
|
|
|
CeruleanMartCooltrainerMText:
|
|
text_far _CeruleanMartCooltrainerMText
|
|
text_end
|
|
|
|
CeruleanMartCooltrainerFText:
|
|
text_far _CeruleanMartCooltrainerFText
|
|
text_end
|