aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/SafariZoneNorth.asm
blob: 7cdec6cb85608099c5e5cf4960630e7b30a4f60b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SafariZoneNorth_Script:
	jp EnableAutoTextBoxDrawing

SafariZoneNorth_TextPointers:
	def_text_pointers
	dw_const PickUpItemText,                   TEXT_SAFARIZONENORTH_PROTEIN
	dw_const PickUpItemText,                   TEXT_SAFARIZONENORTH_TM_SKULL_BASH
	dw_const SafariZoneNorthRestHouseSignText, TEXT_SAFARIZONENORTH_REST_HOUSE_SIGN
	dw_const SafariZoneNorthTrainerTips1Text,  TEXT_SAFARIZONENORTH_TRAINER_TIPS_1
	dw_const SafariZoneNorthSignText,          TEXT_SAFARIZONENORTH_SIGN
	dw_const SafariZoneNorthTrainerTips2Text,  TEXT_SAFARIZONENORTH_TRAINER_TIPS_2
	dw_const SafariZoneNorthTrainerTips3Text,  TEXT_SAFARIZONENORTH_TRAINER_TIPS_3

SafariZoneNorthRestHouseSignText:
	text_far _SafariZoneNorthRestHouseSignText
	text_end

SafariZoneNorthTrainerTips1Text:
	text_far _SafariZoneNorthTrainerTips1Text
	text_end

SafariZoneNorthSignText:
	text_far _SafariZoneNorthSignText
	text_end

SafariZoneNorthTrainerTips2Text:
	text_far _SafariZoneNorthTrainerTips2Text
	text_end

SafariZoneNorthTrainerTips3Text:
	text_far _SafariZoneNorthTrainerTips3Text
	text_end