blob: ad604b9806e5e2a71a370c0cda64db6fc4afd957 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 | 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
 |