pokered/scripts/CeladonChiefHouse.asm

21 lines
338 B
NASM
Raw Normal View History

CeladonChiefHouse_Script:
2014-05-18 18:19:10 +00:00
call EnableAutoTextBoxDrawing
ret
CeladonChiefHouse_TextPointers:
2014-05-18 18:19:10 +00:00
dw CeladonHouseText1
dw CeladonHouseText2
dw CeladonHouseText3
2016-06-12 00:24:04 +00:00
CeladonHouseText1:
text_far _CeladonHouseText1
text_end
2014-05-18 18:19:10 +00:00
2016-06-12 00:24:04 +00:00
CeladonHouseText2:
text_far _CeladonHouseText2
text_end
2014-05-18 18:19:10 +00:00
2016-06-12 00:24:04 +00:00
CeladonHouseText3:
text_far _CeladonHouseText3
text_end