mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-24 11:56:09 -05:00
21 lines
410 B
NASM
Executable File
21 lines
410 B
NASM
Executable File
SafariZoneWestRestHouse_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
SafariZoneWestRestHouse_TextPointers:
|
|
dw SafariZoneRestHouse2Text1
|
|
dw SafariZoneRestHouse2Text2
|
|
dw SafariZoneRestHouse2Text3
|
|
|
|
SafariZoneRestHouse2Text1:
|
|
TX_FAR _SafariZoneRestHouse2Text1
|
|
db "@"
|
|
|
|
SafariZoneRestHouse2Text2:
|
|
TX_FAR _SafariZoneRestHouse2Text2
|
|
db "@"
|
|
|
|
SafariZoneRestHouse2Text3:
|
|
TX_FAR _SafariZoneRestHouse2Text3
|
|
db "@"
|