mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
21 lines
326 B
NASM
Executable file
21 lines
326 B
NASM
Executable file
CeladonChiefHouse_Script:
|
|
call EnableAutoTextBoxDrawing
|
|
ret
|
|
|
|
CeladonChiefHouse_TextPointers:
|
|
dw CeladonHouseText1
|
|
dw CeladonHouseText2
|
|
dw CeladonHouseText3
|
|
|
|
CeladonHouseText1:
|
|
TX_FAR _CeladonHouseText1
|
|
db "@"
|
|
|
|
CeladonHouseText2:
|
|
TX_FAR _CeladonHouseText2
|
|
db "@"
|
|
|
|
CeladonHouseText3:
|
|
TX_FAR _CeladonHouseText3
|
|
db "@"
|