mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
24 lines
407 B
NASM
Executable file
24 lines
407 B
NASM
Executable file
SafariZoneEast_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
SafariZoneEast_TextPointers:
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw SafariZoneEastText5
|
|
dw SafariZoneEastText6
|
|
dw SafariZoneEastText7
|
|
|
|
SafariZoneEastText5:
|
|
TX_FAR _SafariZoneEastText5
|
|
db "@"
|
|
|
|
SafariZoneEastText6:
|
|
TX_FAR _SafariZoneEastText6
|
|
db "@"
|
|
|
|
SafariZoneEastText7:
|
|
TX_FAR _SafariZoneEastText7
|
|
db "@"
|