mirror of
https://github.com/pret/pokeyellow.git
synced 2026-03-21 17:34:31 -05:00
12 lines
250 B
NASM
12 lines
250 B
NASM
Route7_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
Route7_TextPointers:
|
|
def_text_pointers
|
|
dw_const Route7UndergroundPathSignText, TEXT_ROUTE7_UNDERGROUND_PATH_SIGN
|
|
|
|
Route7UndergroundPathSignText:
|
|
text_far _Route7UndergroundPathSignText
|
|
text_end
|