summaryrefslogtreecommitdiff
path: root/scripts/school.asm
blob: 57eb58c8f87cd15ddb3390342a2a9e80be168c7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SchoolScript: ; 1d54c (7:554c)
	jp EnableAutoTextBoxDrawing

SchoolTextPointers: ; 1d54f (7:554f)
	dw SchoolText1
	dw SchoolText2

SchoolText1: ; 1d553 (7:5553)
	TX_FAR _SchoolText1
	db "@"

SchoolText2: ; 1d558 (7:5558)
	TX_FAR _SchoolText2
	db "@"