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
|
; \1 = gfx pointer
; \2 = number of tiles
gfx_pointer: MACRO
dwb \1, BANK(\1) - BANK(Sprites)
db \2
ENDM
Sprites:
gfx_pointer OWPlayerGfx, $14 ; SPRITE_OW_PLAYER
gfx_pointer OWRonaldGfx, $14 ; SPRITE_OW_RONALD
gfx_pointer OWDrMasonGfx, $14 ; SPRITE_OW_DRMASON
gfx_pointer OWIshiharaGfx, $14 ; SPRITE_OW_ISHIHARA
gfx_pointer OWImakuniGfx, $14 ; SPRITE_OW_IMAKUNI
gfx_pointer OWNikkiGfx, $14 ; SPRITE_OW_NIKKI
gfx_pointer OWRickGfx, $14 ; SPRITE_OW_RICK
gfx_pointer OWKenGfx, $14 ; SPRITE_OW_KEN
gfx_pointer OWAmyGfx, $1b ; SPRITE_OW_AMY
gfx_pointer OWIsaacGfx, $14 ; SPRITE_OW_ISAAC
gfx_pointer OWMitchGfx, $14 ; SPRITE_OW_MITCH
gfx_pointer OWGeneGfx, $14 ; SPRITE_OW_GENE
gfx_pointer OWMurrayGfx, $14 ; SPRITE_OW_MURRAY
gfx_pointer OWCourtneyGfx, $14 ; SPRITE_OW_COURTNEY
gfx_pointer OWSteveGfx, $14 ; SPRITE_OW_STEVE
gfx_pointer OWJackGfx, $14 ; SPRITE_OW_JACK
gfx_pointer OWRodGfx, $14 ; SPRITE_OW_ROD
gfx_pointer OWBoyGfx, $14 ; SPRITE_OW_BOY
gfx_pointer OWLadGfx, $14 ; SPRITE_OW_LAD
gfx_pointer OWSpecsGfx, $14 ; SPRITE_OW_SPECS
gfx_pointer OWButchGfx, $14 ; SPRITE_OW_BUTCH
gfx_pointer OWManiaGfx, $14 ; SPRITE_OW_MANIA
gfx_pointer OWJoshuaGfx, $14 ; SPRITE_OW_JOSHUA
gfx_pointer OWHoodGfx, $14 ; SPRITE_OW_HOOD
gfx_pointer OWTechGfx, $14 ; SPRITE_OW_TECH
gfx_pointer OWChapGfx, $14 ; SPRITE_OW_CHAP
gfx_pointer OWManGfx, $14 ; SPRITE_OW_MAN
gfx_pointer OWPappyGfx, $14 ; SPRITE_OW_PAPPY
gfx_pointer OWGirlGfx, $14 ; SPRITE_OW_GIRL
gfx_pointer OWLass1Gfx, $14 ; SPRITE_OW_LASS1
gfx_pointer OWLass2Gfx, $14 ; SPRITE_OW_LASS2
gfx_pointer OWLass3Gfx, $14 ; SPRITE_OW_LASS3
gfx_pointer OWSwimmerGfx, $14 ; SPRITE_OW_SWIMMER
gfx_pointer OWClerkGfx, $08 ; SPRITE_OW_CLERK
gfx_pointer OWGalGfx, $14 ; SPRITE_OW_GAL
gfx_pointer OWWomanGfx, $14 ; SPRITE_OW_WOMAN
gfx_pointer OWGrannyGfx, $14 ; SPRITE_OW_GRANNY
gfx_pointer OverworldMapOAMGfx, $08 ; SPRITE_OW_MAP_OAM
gfx_pointer Duel0Gfx, $16 ; SPRITE_DUEL_0
gfx_pointer Duel63Gfx, $0a ; SPRITE_DUEL_63
gfx_pointer DuelGlowGfx, $0b ; SPRITE_DUEL_GLOW
gfx_pointer Duel1Gfx, $06 ; SPRITE_DUEL_1
gfx_pointer Duel2Gfx, $08 ; SPRITE_DUEL_2
gfx_pointer Duel55Gfx, $02 ; SPRITE_DUEL_55
gfx_pointer Duel58Gfx, $04 ; SPRITE_DUEL_58
gfx_pointer Duel3Gfx, $09 ; SPRITE_DUEL_3
gfx_pointer Duel4Gfx, $12 ; SPRITE_DUEL_4
gfx_pointer Duel5Gfx, $09 ; SPRITE_DUEL_5
gfx_pointer Duel6Gfx, $11 ; SPRITE_DUEL_6
gfx_pointer Duel59Gfx, $03 ; SPRITE_DUEL_59
gfx_pointer Duel7Gfx, $2d ; SPRITE_DUEL_7
gfx_pointer Duel8Gfx, $0d ; SPRITE_DUEL_8
gfx_pointer Duel9Gfx, $1c ; SPRITE_DUEL_9
gfx_pointer Duel10Gfx, $4c ; SPRITE_DUEL_10
gfx_pointer Duel61Gfx, $03 ; SPRITE_DUEL_61
gfx_pointer Duel11Gfx, $1b ; SPRITE_DUEL_11
gfx_pointer Duel12Gfx, $07 ; SPRITE_DUEL_12
gfx_pointer Duel13Gfx, $0c ; SPRITE_DUEL_13
gfx_pointer Duel62Gfx, $01 ; SPRITE_DUEL_62
gfx_pointer Duel14Gfx, $22 ; SPRITE_DUEL_14
gfx_pointer Duel15Gfx, $20 ; SPRITE_DUEL_15
gfx_pointer Duel16Gfx, $0a ; SPRITE_DUEL_16
gfx_pointer Duel17Gfx, $25 ; SPRITE_DUEL_17
gfx_pointer Duel18Gfx, $18 ; SPRITE_DUEL_18
gfx_pointer Duel19Gfx, $1b ; SPRITE_DUEL_19
gfx_pointer Duel20Gfx, $08 ; SPRITE_DUEL_20
gfx_pointer Duel21Gfx, $0d ; SPRITE_DUEL_21
gfx_pointer Duel22Gfx, $22 ; SPRITE_DUEL_22
gfx_pointer Duel23Gfx, $0c ; SPRITE_DUEL_23
gfx_pointer Duel24Gfx, $25 ; SPRITE_DUEL_24
gfx_pointer Duel25Gfx, $22 ; SPRITE_DUEL_25
gfx_pointer Duel26Gfx, $0c ; SPRITE_DUEL_26
gfx_pointer Duel27Gfx, $4c ; SPRITE_DUEL_27
gfx_pointer Duel28Gfx, $08 ; SPRITE_DUEL_28
gfx_pointer Duel29Gfx, $07 ; SPRITE_DUEL_29
gfx_pointer Duel56Gfx, $01 ; SPRITE_DUEL_56
gfx_pointer Duel30Gfx, $1a ; SPRITE_DUEL_30
gfx_pointer Duel31Gfx, $0a ; SPRITE_DUEL_31
gfx_pointer Duel32Gfx, $2e ; SPRITE_DUEL_32
gfx_pointer Duel33Gfx, $08 ; SPRITE_DUEL_33
gfx_pointer Duel34Gfx, $07 ; SPRITE_DUEL_34
gfx_pointer Duel35Gfx, $1c ; SPRITE_DUEL_35
gfx_pointer Duel66Gfx, $04 ; SPRITE_DUEL_66
gfx_pointer Duel36Gfx, $08 ; SPRITE_DUEL_36
gfx_pointer Duel37Gfx, $0b ; SPRITE_DUEL_37
gfx_pointer Duel57Gfx, $01 ; SPRITE_DUEL_57
gfx_pointer Duel38Gfx, $1c ; SPRITE_DUEL_38
gfx_pointer Duel39Gfx, $16 ; SPRITE_DUEL_39
gfx_pointer Duel40Gfx, $10 ; SPRITE_DUEL_40
gfx_pointer Duel41Gfx, $0f ; SPRITE_DUEL_41
gfx_pointer Duel42Gfx, $07 ; SPRITE_DUEL_42
gfx_pointer Duel43Gfx, $0a ; SPRITE_DUEL_43
gfx_pointer Duel44Gfx, $09 ; SPRITE_DUEL_44
gfx_pointer Duel60Gfx, $02 ; SPRITE_DUEL_60
gfx_pointer Duel64Gfx, $02 ; SPRITE_DUEL_64
gfx_pointer Duel45Gfx, $03 ; SPRITE_DUEL_45
gfx_pointer Duel46Gfx, $08 ; SPRITE_DUEL_46
gfx_pointer Duel47Gfx, $0f ; SPRITE_DUEL_47
gfx_pointer Duel48Gfx, $03 ; SPRITE_DUEL_48
gfx_pointer Duel49Gfx, $05 ; SPRITE_DUEL_49
gfx_pointer Duel50Gfx, $17 ; SPRITE_DUEL_50
gfx_pointer Duel51Gfx, $36 ; SPRITE_DUEL_WON_LOST_DRAW
gfx_pointer Duel52Gfx, $0b ; SPRITE_DUEL_52
gfx_pointer Duel53Gfx, $06 ; SPRITE_DUEL_53
gfx_pointer Duel54Gfx, $16 ; SPRITE_DUEL_54
gfx_pointer BoosterPackOAMGfx, $20 ; SPRITE_BOOSTER_PACK_OAM
gfx_pointer PressStartGfx, $14 ; SPRITE_PRESS_START
gfx_pointer GrassGfx, $04 ; SPRITE_GRASS
gfx_pointer FireGfx, $04 ; SPRITE_FIRE
gfx_pointer WaterGfx, $04 ; SPRITE_WATER
gfx_pointer ColorlessGfx, $04 ; SPRITE_COLORLESS
gfx_pointer LightningGfx, $04 ; SPRITE_LIGHTNING
gfx_pointer PsychicGfx, $04 ; SPRITE_PSYCHIC
gfx_pointer FightingGfx, $04 ; SPRITE_FIGHTING
|