mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-16 07:50:10 -05:00
18 lines
265 B
NASM
18 lines
265 B
NASM
RedsHouse1F_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
RedsHouse1F_TextPointers:
|
|
dw RedsHouse1FMomText
|
|
dw RedsHouse1FTVText
|
|
|
|
RedsHouse1FMomText:
|
|
text_asm
|
|
callfar Func_f1b73
|
|
jp TextScriptEnd
|
|
|
|
RedsHouse1FTVText:
|
|
text_asm
|
|
callfar Func_f1bc4
|
|
jp TextScriptEnd
|