mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 12:22:04 -05:00
23 lines
280 B
NASM
Executable File
23 lines
280 B
NASM
Executable File
SchoolScript:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
SchoolTextPointers:
|
|
dw SchoolText1
|
|
dw SchoolText2
|
|
dw SchoolText3
|
|
|
|
SchoolText1:
|
|
TX_FAR _SchoolText1
|
|
db "@"
|
|
|
|
SchoolText2:
|
|
TX_ASM
|
|
callba Func_f1c0f
|
|
jp TextScriptEnd
|
|
|
|
SchoolText3:
|
|
TX_ASM
|
|
callba Func_f1c03
|
|
jp TextScriptEnd
|