mirror of
https://github.com/pret/pokered.git
synced 2026-05-10 04:42:31 -05:00
15 lines
182 B
NASM
Executable File
15 lines
182 B
NASM
Executable File
SchoolScript:
|
|
jp EnableAutoTextBoxDrawing
|
|
|
|
SchoolTextPointers:
|
|
dw SchoolText1
|
|
dw SchoolText2
|
|
|
|
SchoolText1:
|
|
TX_FAR _SchoolText1
|
|
db "@"
|
|
|
|
SchoolText2:
|
|
TX_FAR _SchoolText2
|
|
db "@"
|