mirror of
https://github.com/pret/pokeyellow.git
synced 2024-11-26 20:00:21 +00:00
d001ced41b
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
320 B
NASM
17 lines
320 B
NASM
SSAnne1F_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
SSAnne1F_TextPointers:
|
|
def_text_pointers
|
|
dw_const SSAnne1FWaiterText, TEXT_SSANNE1F_WAITER
|
|
dw_const SSAnne1FSailorText, TEXT_SSANNE1F_SAILOR
|
|
|
|
SSAnne1FWaiterText:
|
|
text_far _SSAnne1FWaiterText
|
|
text_end
|
|
|
|
SSAnne1FSailorText:
|
|
text_far _SSAnne1FSailorText
|
|
text_end
|