mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
16 lines
283 B
NASM
Executable file
16 lines
283 B
NASM
Executable file
SafariZoneCenter_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
SafariZoneCenter_TextPointers:
|
|
dw PickUpItemText
|
|
dw SafariZoneCenterText2
|
|
dw SafariZoneCenterText3
|
|
|
|
SafariZoneCenterText2:
|
|
TX_FAR _SafariZoneCenterText2
|
|
db "@"
|
|
|
|
SafariZoneCenterText3:
|
|
TX_FAR _SafariZoneCenterText3
|
|
db "@"
|