mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
15 lines
278 B
NASM
Executable file
15 lines
278 B
NASM
Executable file
ViridianForestExitScript:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
ViridianForestExitTextPointers:
|
|
dw ViridianForestExitText1
|
|
dw ViridianForestExitText2
|
|
|
|
ViridianForestExitText1:
|
|
TX_FAR _ViridianForestExitText1
|
|
db "@"
|
|
|
|
ViridianForestExitText2:
|
|
TX_FAR _ViridianForestExitText2
|
|
db "@"
|