mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
15 lines
314 B
NASM
Executable file
15 lines
314 B
NASM
Executable file
ViridianForestSouthGate_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
ViridianForestSouthGate_TextPointers:
|
|
dw ViridianForestEntranceText1
|
|
dw ViridianForestEntranceText2
|
|
|
|
ViridianForestEntranceText1:
|
|
TX_FAR _ViridianForestEntranceText1
|
|
db "@"
|
|
|
|
ViridianForestEntranceText2:
|
|
TX_FAR _ViridianForestEntranceText2
|
|
db "@"
|