mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-13 14:31:55 -05:00
21 lines
325 B
NASM
Executable File
21 lines
325 B
NASM
Executable File
FuchsiaHouse1Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
FuchsiaHouse1TextPointers:
|
|
dw FuchsiaHouse1Text1
|
|
dw FuchsiaHouse1Text2
|
|
dw FuchsiaHouse1Text3
|
|
|
|
FuchsiaHouse1Text1:
|
|
TX_FAR _FuchsiaHouse1Text1
|
|
db "@"
|
|
|
|
FuchsiaHouse1Text2:
|
|
TX_FAR _FuchsiaHouse1Text2
|
|
db "@"
|
|
|
|
FuchsiaHouse1Text3:
|
|
TX_FAR _FuchsiaHouse1Text3
|
|
db "@"
|