mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
21 lines
351 B
NASM
Executable file
21 lines
351 B
NASM
Executable file
FuchsiaBillsGrandpasHouse_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
FuchsiaBillsGrandpasHouse_TextPointers:
|
|
dw FuchsiaHouse1Text1
|
|
dw FuchsiaHouse1Text2
|
|
dw FuchsiaHouse1Text3
|
|
|
|
FuchsiaHouse1Text1:
|
|
TX_FAR _FuchsiaHouse1Text1
|
|
db "@"
|
|
|
|
FuchsiaHouse1Text2:
|
|
TX_FAR _FuchsiaHouse1Text2
|
|
db "@"
|
|
|
|
FuchsiaHouse1Text3:
|
|
TX_FAR _FuchsiaHouse1Text3
|
|
db "@"
|