mirror of
https://github.com/pret/pokered.git
synced 2026-04-25 07:32:40 -05: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
|