mirror of
https://github.com/pret/pokeyellow.git
synced 2026-05-09 20:32:11 -05:00
23 lines
365 B
NASM
Executable File
23 lines
365 B
NASM
Executable File
SchoolScript: ; 1d54c (7:554c)
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
SchoolTextPointers: ; 1d54f (7:554f)
|
|
dw SchoolText1
|
|
dw SchoolText2
|
|
dw SchoolText3
|
|
|
|
SchoolText1: ; 1d553 (7:5553)
|
|
TX_FAR _SchoolText1
|
|
db "@"
|
|
|
|
SchoolText2: ; 1d558 (7:5558)
|
|
TX_ASM
|
|
callba Func_f1c0f
|
|
jp TextScriptEnd
|
|
|
|
SchoolText3: ; 1d558 (7:5558)
|
|
TX_ASM
|
|
callba Func_f1c03
|
|
jp TextScriptEnd
|