mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-13 06:21:55 -05:00
18 lines
262 B
NASM
Executable File
18 lines
262 B
NASM
Executable File
RedsHouse1FScript:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
RedsHouse1FTextPointers:
|
|
dw RedsHouse1FText1
|
|
dw RedsHouse1FText2
|
|
|
|
RedsHouse1FText1: ; Mom
|
|
TX_ASM
|
|
callab Func_f1b73
|
|
jp TextScriptEnd
|
|
|
|
RedsHouse1FText2: ; TV
|
|
TX_ASM
|
|
callab Func_f1bc4
|
|
jp TextScriptEnd
|