blob: e564483048d55174797ea8894afc1cc376923b98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Func_f1c03::
ld hl, SchoolText_f1c0a
call PrintText
ret
SchoolText_f1c0a:
text_far _SchoolText3
text_end
Func_f1c0f::
ld hl, SchoolText_f1c16
call PrintText
ret
SchoolText_f1c16:
text_far _SchoolText2
text_end
|