shithub: pokecrystal

Download patch

ref: 502fe13e3026f421f88fa221854b8f6c294ffe8f
parent: c8c887fb1e13ac98b61096baf9a04e3d8fe4a395
author: yenatch <[email protected]>
date: Wed Dec 25 21:46:08 EST 2013

flower animation graphics

--- /dev/null
+++ b/gfx/tilesets/flower/cgb_1.2bpp
@@ -1,0 +1,1 @@
+�M�-mL�A��HE0
\ No newline at end of file
--- /dev/null
+++ b/gfx/tilesets/flower/cgb_2.2bpp
@@ -1,0 +1,1 @@
+�Y$�Z%Z�f%Z�$E
\ No newline at end of file
--- /dev/null
+++ b/gfx/tilesets/flower/dmg_1.2bpp
@@ -1,0 +1,1 @@
+�A�!a �1��HE0
\ No newline at end of file
--- /dev/null
+++ b/gfx/tilesets/flower/dmg_2.2bpp
@@ -1,0 +1,1 @@
+�A$�BB�fZ�$E
\ No newline at end of file
--- a/tilesets/animations.asm
+++ b/tilesets/animations.asm
@@ -625,7 +625,7 @@
 	ld b, h
 	ld c, l
 	
-; Alternate tile graphc every other frame
+; Alternate tile graphic every other frame
 	ld a, [TileAnimationTimer]
 	and 1 << 1
 	ld e, a
@@ -648,12 +648,10 @@
 ; fc58c
 
 FlowerTileFrames: ; fc58c
-; frame 0 dmg
-; frame 0 cgb
-; frame 1 dmg
-; frame 1 sgb
-; INCBIN "gfx/tilesets/flower.2bpp"
-INCBIN "baserom.gbc",$fc58c,$fc5cc - $fc58c
+	INCBIN "gfx/tilesets/flower/dmg_1.2bpp"
+	INCBIN "gfx/tilesets/flower/cgb_1.2bpp"
+	INCBIN "gfx/tilesets/flower/dmg_2.2bpp"
+	INCBIN "gfx/tilesets/flower/cgb_2.2bpp"
 ; fc5cc