mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-07 22:33:07 -05:00
17 lines
230 B
NASM
Executable File
17 lines
230 B
NASM
Executable File
Route2_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
Route2_TextPointers:
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw Route2Text3
|
|
dw Route2Text4
|
|
|
|
Route2Text3:
|
|
text_far _Route2Text3
|
|
text_end
|
|
|
|
Route2Text4:
|
|
text_far _Route2Text4
|
|
text_end
|