summaryrefslogtreecommitdiff
path: root/scripts/safarizonenorth.asm
blob: b870c99e9d28041c1e9a9c00882a8e33fa469c41 (plain)
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
SafariZoneNorthScript:
	jp EnableAutoTextBoxDrawing

SafariZoneNorthTextPointers:
	dw PickUpItemText
	dw PickUpItemText
	dw SafariZoneNorthText3
	dw SafariZoneNorthText4
	dw SafariZoneNorthText5
	dw SafariZoneNorthText6
	dw SafariZoneNorthText7

SafariZoneNorthText3:
	TX_FAR _SafariZoneNorthText3
	db "@"

SafariZoneNorthText4:
	TX_FAR _SafariZoneNorthText4
	db "@"

SafariZoneNorthText5:
	TX_FAR _SafariZoneNorthText5
	db "@"

SafariZoneNorthText6:
	TX_FAR _SafariZoneNorthText6
	db "@"

SafariZoneNorthText7:
	TX_FAR _SafariZoneNorthText7
	db "@"