mirror of
https://github.com/pret/pokered.git
synced 2026-04-13 00:28:09 -05: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 "@"
|