blob: 2d9579b7302da25d9537d630ac3dd62b1701c8e3 (
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:
TX_FAR _SchoolText1
db "@"
SchoolText2:
TX_FAR _SchoolText2
db "@"
|