mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
29 lines
506 B
NASM
Executable file
29 lines
506 B
NASM
Executable file
SafariZoneWest_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
SafariZoneWest_TextPointers:
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw SafariZoneWestText5
|
|
dw SafariZoneWestText6
|
|
dw SafariZoneWestText7
|
|
dw SafariZoneWestText8
|
|
|
|
SafariZoneWestText5:
|
|
text_far _SafariZoneWestText5
|
|
text_end
|
|
|
|
SafariZoneWestText6:
|
|
text_far _SafariZoneWestText6
|
|
text_end
|
|
|
|
SafariZoneWestText7:
|
|
text_far _SafariZoneWestText7
|
|
text_end
|
|
|
|
SafariZoneWestText8:
|
|
text_far _SafariZoneWestText8
|
|
text_end
|