blob: 2cdd95b081fd854a7902fcdac6e7ecbc66f5512b (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
 | CeladonHotel_Script:
	jp EnableAutoTextBoxDrawing
CeladonHotel_TextPointers:
	dw CeladonHotelText1
	dw CeladonHotelText2
	dw CeladonHotelText3
CeladonHotelText1:
	text_far _CeladonHotelText1
	text_end
CeladonHotelText2:
	text_far _CeladonHotelText2
	text_end
CeladonHotelText3:
	text_far _CeladonHotelText3
	text_end
 |