mirror of
https://github.com/pret/pokered.git
synced 2026-04-20 22:19:31 -05:00
29 lines
490 B
NASM
Executable File
29 lines
490 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:
|
|
TX_FAR _SafariZoneWestText5
|
|
db "@"
|
|
|
|
SafariZoneWestText6:
|
|
TX_FAR _SafariZoneWestText6
|
|
db "@"
|
|
|
|
SafariZoneWestText7:
|
|
TX_FAR _SafariZoneWestText7
|
|
db "@"
|
|
|
|
SafariZoneWestText8:
|
|
TX_FAR _SafariZoneWestText8
|
|
db "@"
|