shithub: pokecrystal

Download patch

ref: 70d5cf467a7091a99edad8d76c902650a3dce3e5
parent: d8eed222b7cbe1a481289d19d17ca52713df4b36
author: yenatch <[email protected]>
date: Wed Dec 25 21:37:23 EST 2013

whirlpool animation graphics

binary files /dev/null b/gfx/tilesets/whirlpool/1.2bpp differ
binary files /dev/null b/gfx/tilesets/whirlpool/2.2bpp differ
binary files /dev/null b/gfx/tilesets/whirlpool/3.2bpp differ
binary files /dev/null b/gfx/tilesets/whirlpool/4.2bpp differ
--- a/tilesets/animations.asm
+++ b/tilesets/animations.asm
@@ -92,7 +92,7 @@
 	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 @@
 ; 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