mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-07 14:04:44 -05:00
11 lines
136 B
NASM
Executable File
11 lines
136 B
NASM
Executable File
Route7_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
Route7_TextPointers:
|
|
dw Route7Text1
|
|
|
|
Route7Text1:
|
|
text_far _Route7Text1
|
|
text_end
|