mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
16 lines
201 B
NASM
Executable file
16 lines
201 B
NASM
Executable file
SSAnne1F_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
SSAnne1F_TextPointers:
|
|
dw SSAnne1Text1
|
|
dw SSAnne1Text2
|
|
|
|
SSAnne1Text1:
|
|
TX_FAR _SSAnne1Text1
|
|
db "@"
|
|
|
|
SSAnne1Text2:
|
|
TX_FAR _SSAnne1Text2
|
|
db "@"
|