mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 12:22:04 -05:00
24 lines
296 B
NASM
Executable File
24 lines
296 B
NASM
Executable File
Route1Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
Route1TextPointers:
|
|
dw Route1Text1
|
|
dw Route1Text2
|
|
dw Route1Text3
|
|
|
|
Route1Text1:
|
|
TX_ASM
|
|
callba Func_f1ad2
|
|
jp TextScriptEnd
|
|
|
|
Route1Text2:
|
|
TX_ASM
|
|
callba Func_f1b0f
|
|
jp TextScriptEnd
|
|
|
|
Route1Text3:
|
|
TX_ASM
|
|
callba Func_f1b1b
|
|
jp TextScriptEnd
|