blob: 77dffa38342bc0e887df4e3f89a6236bf570ba25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
ViridianSchoolHouse_Script:
call EnableAutoTextBoxDrawing
ret
ViridianSchoolHouse_TextPointers:
dw SchoolText1
dw SchoolText2
dw SchoolText3
SchoolText1:
text_far _SchoolText1
text_end
SchoolText2:
text_asm
farcall Func_f1c0f
jp TextScriptEnd
SchoolText3:
text_asm
farcall Func_f1c03
jp TextScriptEnd
|