mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 04:11:32 -05: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
|