aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/SafariZoneEastRestHouse.asm
blob: 7d8e726d094a4c086db7f6beac1c476b3215fd4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SafariZoneEastRestHouse_Script:
	call EnableAutoTextBoxDrawing
	ret

SafariZoneEastRestHouse_TextPointers:
	def_text_pointers
	dw_const SafariZoneEastRestHouseScientistText,    TEXT_SAFARIZONEEASTRESTHOUSE_SCIENTIST
	dw_const SafariZoneEastRestHouseRockerText,       TEXT_SAFARIZONEEASTRESTHOUSE_ROCKER
	dw_const SafariZoneEastRestHouseSilphWorkerMText, TEXT_SAFARIZONEEASTRESTHOUSE_SILPH_WORKER_M

SafariZoneEastRestHouseScientistText:
	text_far _SafariZoneEastRestHouseScientistText
	text_end

SafariZoneEastRestHouseRockerText:
	text_far _SafariZoneEastRestHouseRockerText
	text_end

SafariZoneEastRestHouseSilphWorkerMText:
	text_far _SafariZoneEastRestHouseSilphWorkerMText
	text_end