mirror of
https://github.com/pret/pokered.git
synced 2026-04-25 15:57:04 -05: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 "@"
|