mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
15 lines
306 B
NASM
Executable file
15 lines
306 B
NASM
Executable file
SafariZoneCenterRestHouse_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
SafariZoneCenterRestHouse_TextPointers:
|
|
dw SafariZoneRestHouse1Text1
|
|
dw SafariZoneRestHouse1Text2
|
|
|
|
SafariZoneRestHouse1Text1:
|
|
TX_FAR _SafariZoneRestHouse1Text1
|
|
db "@"
|
|
|
|
SafariZoneRestHouse1Text2:
|
|
TX_FAR _SafariZoneRestHouse1Text2
|
|
db "@"
|