whirlpool animation graphics

This commit is contained in:
yenatch 2013-12-26 02:37:23 -05:00
parent d8eed222b7
commit 70d5cf467a
5 changed files with 17 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -92,7 +92,7 @@ Tileset01Anim: ; 0xfc0a3
dw NULL, TileAnimationPalette
dw NULL, WaitTileAnimation
dw NULL, AnimateFlowerTile
dw $4a98, AnimateWhirlpoolTile
dw WhirlpoolFrames, AnimateWhirlpoolTile
dw $4a9c, AnimateWhirlpoolTile
dw $4aa0, AnimateWhirlpoolTile
dw $4aa4, AnimateWhirlpoolTile
@ -1024,5 +1024,20 @@ SproutPillarTile10:
; fca98
INCBIN "baserom.gbc", $fca98, $fcba8 - $fca98
WhirlpoolFrames: ; fca98
dw $9320, WhirlpoolFrames1
dw $9330, WhirlpoolFrames2
dw $9420, WhirlpoolFrames3
dw $9430, WhirlpoolFrames4
; fcaa8
WhirlpoolFrames1: ; fcaa8
INCBIN "gfx/tilesets/whirlpool/1.2bpp"
WhirlpoolFrames2: ; fcae8
INCBIN "gfx/tilesets/whirlpool/2.2bpp"
WhirlpoolFrames3: ; fcb28
INCBIN "gfx/tilesets/whirlpool/3.2bpp"
WhirlpoolFrames4: ; fcb68
INCBIN "gfx/tilesets/whirlpool/4.2bpp"
; fcba8