mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-25 16:19:51 -05:00
17 lines
485 B
NASM
17 lines
485 B
NASM
ViridianForestSouthGate_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
ViridianForestSouthGate_TextPointers:
|
|
def_text_pointers
|
|
dw_const ViridianForestSouthGateGirlText, TEXT_VIRIDIANFORESTSOUTHGATE_GIRL
|
|
dw_const ViridianForestSouthGateLittleGirlText, TEXT_VIRIDIANFORESTSOUTHGATE_LITTLE_GIRL
|
|
|
|
ViridianForestSouthGateGirlText:
|
|
text_far _ViridianForestSouthGateGirlText
|
|
text_end
|
|
|
|
ViridianForestSouthGateLittleGirlText:
|
|
text_far _ViridianForestSouthGateLittleGirlText
|
|
text_end
|