mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
21 lines
314 B
NASM
Executable file
21 lines
314 B
NASM
Executable file
CeladonHouseScript:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
CeladonHouseTextPointers:
|
|
dw CeladonHouseText1
|
|
dw CeladonHouseText2
|
|
dw CeladonHouseText3
|
|
|
|
CeladonHouseText1:
|
|
TX_FAR _CeladonHouseText1
|
|
db "@"
|
|
|
|
CeladonHouseText2:
|
|
TX_FAR _CeladonHouseText2
|
|
db "@"
|
|
|
|
CeladonHouseText3:
|
|
TX_FAR _CeladonHouseText3
|
|
db "@"
|