summaryrefslogtreecommitdiff
path: root/scripts/school.asm
blob: a64189e3eaaa1cfb4acf16fe2b1f1f79763a7bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SchoolScript:
	call EnableAutoTextBoxDrawing
	ret

SchoolTextPointers:
	dw SchoolText1
	dw SchoolText2
	dw SchoolText3

SchoolText1:
	TX_FAR _SchoolText1
	db "@"

SchoolText2:
	TX_ASM
	callba Func_f1c0f
	jp TextScriptEnd

SchoolText3:
	TX_ASM
	callba Func_f1c03
	jp TextScriptEnd