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