mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
17 lines
220 B
NASM
Executable file
17 lines
220 B
NASM
Executable file
Route2Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
Route2TextPointers:
|
|
dw PickUpItemText
|
|
dw PickUpItemText
|
|
dw Route2Text3
|
|
dw Route2Text4
|
|
|
|
Route2Text3:
|
|
TX_FAR _Route2Text3
|
|
db "@"
|
|
|
|
Route2Text4:
|
|
TX_FAR _Route2Text4
|
|
db "@"
|