aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/ViridianForestNorthGate.asm
blob: 9b027e99341800164ea87db93c86cecfa6685d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
ViridianForestNorthGate_Script:
	jp EnableAutoTextBoxDrawing

ViridianForestNorthGate_TextPointers:
	def_text_pointers
	dw_const ViridianForestNorthGateSuperNerdText, TEXT_VIRIDIANFORESTNORTHGATE_SUPER_NERD
	dw_const ViridianForestNorthGateGrampsText,    TEXT_VIRIDIANFORESTNORTHGATE_GRAMPS

ViridianForestNorthGateSuperNerdText:
	text_far _ViridianForestNorthGateSuperNerdText
	text_end

ViridianForestNorthGateGrampsText:
	text_far _ViridianForestNorthGateGrampsText
	text_end