mirror of
https://github.com/pret/pokered.git
synced 2026-04-22 23:33:09 -05:00
15 lines
290 B
NASM
Executable File
15 lines
290 B
NASM
Executable File
ViridianForestNorthGate_Script:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
ViridianForestNorthGate_TextPointers:
|
|
dw ViridianForestExitText1
|
|
dw ViridianForestExitText2
|
|
|
|
ViridianForestExitText1:
|
|
TX_FAR _ViridianForestExitText1
|
|
db "@"
|
|
|
|
ViridianForestExitText2:
|
|
TX_FAR _ViridianForestExitText2
|
|
db "@"
|