blob: 6ee0d36edefd3c4bb73c18d0fc8516b4b5c113a5 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 | SchoolScript: ; 1d54c (7:554c)
	call EnableAutoTextBoxDrawing
	ret
SchoolTextPointers: ; 1d54f (7:554f)
	dw SchoolText1
	dw SchoolText2
	dw SchoolText3
SchoolText1: ; 1d553 (7:5553)
	TX_FAR _SchoolText1
	db "@"
SchoolText2: ; 1d558 (7:5558)
	TX_ASM
	callba Func_f1c0f
	jp TextScriptEnd
SchoolText3: ; 1d558 (7:5558)
	TX_ASM
	callba Func_f1c03
	jp TextScriptEnd
 |