mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12: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 "@"
|