mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
32 lines
572 B
NASM
Executable file
32 lines
572 B
NASM
Executable file
SafariZoneNorth_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
SafariZoneNorth_TextPointers:
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw SafariZoneNorthText3
|
|
dw SafariZoneNorthText4
|
|
dw SafariZoneNorthText5
|
|
dw SafariZoneNorthText6
|
|
dw SafariZoneNorthText7
|
|
|
|
SafariZoneNorthText3:
|
|
text_far _SafariZoneNorthText3
|
|
text_end
|
|
|
|
SafariZoneNorthText4:
|
|
text_far _SafariZoneNorthText4
|
|
text_end
|
|
|
|
SafariZoneNorthText5:
|
|
text_far _SafariZoneNorthText5
|
|
text_end
|
|
|
|
SafariZoneNorthText6:
|
|
text_far _SafariZoneNorthText6
|
|
text_end
|
|
|
|
SafariZoneNorthText7:
|
|
text_far _SafariZoneNorthText7
|
|
text_end
|