mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
15 lines
322 B
NASM
Executable file
15 lines
322 B
NASM
Executable file
ViridianForestSouthGate_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
ViridianForestSouthGate_TextPointers:
|
|
dw ViridianForestEntranceText1
|
|
dw ViridianForestEntranceText2
|
|
|
|
ViridianForestEntranceText1:
|
|
text_far _ViridianForestEntranceText1
|
|
text_end
|
|
|
|
ViridianForestEntranceText2:
|
|
text_far _ViridianForestEntranceText2
|
|
text_end
|