summaryrefslogtreecommitdiff
path: root/data/mon_party_sprite_pointers.asm
blob: b615798eefbf0c56ddf12d54f4f1c3339b278b4b (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
MonPartySpritePointers:
	dw SlowbroSprite + $c0
	db $40 / $10 ; 40 bytes
	db BANK(SlowbroSprite)
	dw vSprites

	dw BallSprite
	db $80 / $10 ; $80 bytes
	db BANK(BallSprite)
	dw vSprites + $40

	dw ClefairySprite + $c0
	db $40 / $10 ; $40 bytes
	db BANK(ClefairySprite)
	dw vSprites + $c0

	dw BirdSprite + $c0
	db $40 / $10 ; $40 bytes
	db BANK(BirdSprite)
	dw vSprites + $100

	dw SeelSprite
	db $40 / $10 ; $40 bytes
	db BANK(SeelSprite)
	dw vSprites + $140

	dw BugIconFrame2
	db $10 / $10 ; $10 bytes
	db BANK(BugIconFrame2)
	dw vSprites + $180

	dw BugIconFrame2 + $10
	db $10 / $10 ; $10 bytes
	db BANK(BugIconFrame2)
	dw vSprites + $1a0

	dw PlantIconFrame2
	db $10 / $10 ; $10 bytes
	db BANK(PlantIconFrame2)
	dw vSprites + $1c0

	dw PlantIconFrame2 + $10
	db $10 / $10 ; $10 bytes
	db BANK(PlantIconFrame2)
	dw vSprites + $1e0

	dw SnakeIconFrame1
	db $10 / $10 ; $10 bytes
	db BANK(SnakeIconFrame1)
	dw vSprites + $200

	dw SnakeIconFrame1 + $10
	db $10 / $10 ; $10 bytes
	db BANK(SnakeIconFrame1)
	dw vSprites + $220

	dw QuadrupedIconFrame1
	db $10 / $10 ; $10 bytes
	db BANK(QuadrupedIconFrame1)
	dw vSprites + $240

	dw QuadrupedIconFrame1 + $10
	db $10 / $10 ; $10 bytes
	db BANK(QuadrupedIconFrame1)
	dw vSprites + $260

	dw TradeBubbleIconGFX
	db $40 / $10 ; $40 bytes
	db BANK(TradeBubbleIconGFX)
	dw vSprites + $380

	dw SlowbroSprite
	db $40 / $10 ; $40 bytes
	db BANK(SlowbroSprite)
	dw vSprites + $400

	dw BallSprite
	db $80 / $10 ; $80 bytes
	db BANK(BallSprite)
	dw vSprites + $440

	dw ClefairySprite
	db $40 / $10 ; $40 bytes
	db BANK(ClefairySprite)
	dw vSprites + $4c0

	dw BirdSprite
	db $40 / $10 ; $40 bytes
	db BANK(BirdSprite)
	dw vSprites + $500

	dw SeelSprite + $C0
	db $40 / $10 ; $40 bytes
	db BANK(SeelSprite)
	dw vSprites + $540

	dw BugIconFrame1
	db $10 / $10 ; $10 bytes
	db BANK(BugIconFrame1)
	dw vSprites + $580

	dw BugIconFrame1 + $10
	db $10 / $10 ; $10 bytes
	db BANK(BugIconFrame1)
	dw vSprites + $5a0

	dw PlantIconFrame1
	db $10 / $10 ; $10 bytes
	db BANK(PlantIconFrame1)
	dw vSprites + $5c0

	dw PlantIconFrame1 + $10
	db $10 / $10 ; $10 bytes
	db BANK(PlantIconFrame1)
	dw vSprites + $5E0

	dw SnakeIconFrame2
	db $10 / $10 ; $10 bytes
	db BANK(SnakeIconFrame2)
	dw vSprites + $600

	dw SnakeIconFrame2 + $10
	db $10 / $10 ; $10 bytes
	db BANK(SnakeIconFrame2)
	dw vSprites + $620

	dw QuadrupedIconFrame2
	db $10 / $10 ; $10 bytes
	db BANK(QuadrupedIconFrame2)
	dw vSprites + $640

	dw QuadrupedIconFrame2 + $10
	db $10 / $10 ; $10 bytes
	db BANK(QuadrupedIconFrame2)
	dw vSprites + $660

	dw TradeBubbleIconGFX + $40
	db $40 / $10 ; $40 bytes
	db BANK(TradeBubbleIconGFX)
	dw vSprites + $780