summaryrefslogtreecommitdiff
path: root/gfx/pics/starmie/frames.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-11-07 22:59:32 -0800
committeryenatch <yenatch@gmail.com>2014-11-07 22:59:32 -0800
commit97e3d9ac1020c10f7313eb887dcf60e749e8046c (patch)
tree629e6f990171db864a2f58f27c3fe7a084dd081f /gfx/pics/starmie/frames.asm
parent78d16c1efae40955d76c78215e1893c56e8e7e3e (diff)
Fix some static addresses in pic animations.
Diffstat (limited to 'gfx/pics/starmie/frames.asm')
-rw-r--r--gfx/pics/starmie/frames.asm11
1 files changed, 7 insertions, 4 deletions
diff --git a/gfx/pics/starmie/frames.asm b/gfx/pics/starmie/frames.asm
index a040d7310..9e0dc596d 100644
--- a/gfx/pics/starmie/frames.asm
+++ b/gfx/pics/starmie/frames.asm
@@ -1,8 +1,8 @@
dw .frame1
dw .frame2
dw .frame3
-.frame4
- db $f4, $5a, $f5, $5a
+ dw .frame4
+ dw .frame5
.frame1
db $00 ; bitmask
db $24, $25, $26, $27, $00, $28, $29, $2a, $2b, $2c, $2d, $2e
@@ -13,5 +13,8 @@
.frame3
db $02 ; bitmask
db $37
- db $03, $03 ; unused
-; 0xd5af4
+.frame4
+ db $03 ; bitmask
+.frame5
+ db $03 ; bitmask
+; 0xd5af6