mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-07 22:33:07 -05:00
24 lines
307 B
NASM
Executable File
24 lines
307 B
NASM
Executable File
Route1_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
Route1_TextPointers:
|
|
dw Route1Text1
|
|
dw Route1Text2
|
|
dw Route1Text3
|
|
|
|
Route1Text1:
|
|
text_asm
|
|
farcall Func_f1ad2
|
|
jp TextScriptEnd
|
|
|
|
Route1Text2:
|
|
text_asm
|
|
farcall Func_f1b0f
|
|
jp TextScriptEnd
|
|
|
|
Route1Text3:
|
|
text_asm
|
|
farcall Func_f1b1b
|
|
jp TextScriptEnd
|