summaryrefslogtreecommitdiff
path: root/scripts/ViridianSchoolHouse.asm
blob: 731e2dacab97a237fc73961ef7c9cfa7c7d0435e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ViridianSchoolHouse_Script:
	jp EnableAutoTextBoxDrawing

ViridianSchoolHouse_TextPointers:
	dw SchoolText1
	dw SchoolText2

SchoolText1:
	text_far _SchoolText1
	text_end

SchoolText2:
	text_far _SchoolText2
	text_end