mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
15 lines
298 B
NASM
15 lines
298 B
NASM
ViridianForestNorthGate_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
ViridianForestNorthGate_TextPointers:
|
|
dw ViridianForestExitText1
|
|
dw ViridianForestExitText2
|
|
|
|
ViridianForestExitText1:
|
|
text_far _ViridianForestExitText1
|
|
text_end
|
|
|
|
ViridianForestExitText2:
|
|
text_far _ViridianForestExitText2
|
|
text_end
|