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
SafariZoneRestHouse3Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
SafariZoneRestHouse3TextPointers:
|
|
dw SafariZoneRestHouse3Text1
|
|
dw SafariZoneRestHouse3Text2
|
|
dw SafariZoneRestHouse3Text3
|
|
|
|
SafariZoneRestHouse3Text1:
|
|
TX_FAR _SafariZoneRestHouse3Text1
|
|
db "@"
|
|
|
|
SafariZoneRestHouse3Text2:
|
|
TX_FAR _SafariZoneRestHouse3Text2
|
|
db "@"
|
|
|
|
SafariZoneRestHouse3Text3:
|
|
TX_FAR _SafariZoneRestHouse3Text3
|
|
db "@"
|