mirror of
https://github.com/pret/pokered.git
synced 2026-04-08 18:36:02 -05:00
17 lines
222 B
NASM
Executable File
17 lines
222 B
NASM
Executable File
Route2_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
Route2_TextPointers:
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw Route2Text3
|
|
dw Route2Text4
|
|
|
|
Route2Text3:
|
|
TX_FAR _Route2Text3
|
|
db "@"
|
|
|
|
Route2Text4:
|
|
TX_FAR _Route2Text4
|
|
db "@"
|