mirror of
https://github.com/pret/pokered.git
synced 2026-04-26 01:11:14 -05:00
21 lines
402 B
NASM
Executable File
21 lines
402 B
NASM
Executable File
SafariZoneRestHouse2Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
SafariZoneRestHouse2TextPointers:
|
|
dw SafariZoneRestHouse2Text1
|
|
dw SafariZoneRestHouse2Text2
|
|
dw SafariZoneRestHouse2Text3
|
|
|
|
SafariZoneRestHouse2Text1:
|
|
TX_FAR _SafariZoneRestHouse2Text1
|
|
db "@"
|
|
|
|
SafariZoneRestHouse2Text2:
|
|
TX_FAR _SafariZoneRestHouse2Text2
|
|
db "@"
|
|
|
|
SafariZoneRestHouse2Text3:
|
|
TX_FAR _SafariZoneRestHouse2Text3
|
|
db "@"
|