mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 04:11:32 -05:00
23 lines
318 B
NASM
23 lines
318 B
NASM
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
|