diff options
author | yenatch <yenatch@gmail.com> | 2013-12-26 02:40:52 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-26 02:41:06 -0500 |
commit | c8c887fb1e13ac98b61096baf9a04e3d8fe4a395 (patch) | |
tree | 3b371f2cd8b1136e6fe60b99fc16c14a5288d5e0 | |
parent | 70d5cf467a7091a99edad8d76c902650a3dce3e5 (diff) |
water animation graphics
-rw-r--r-- | gfx/tilesets/water.2bpp | bin | 0 -> 64 bytes | |||
-rw-r--r-- | tilesets/animations.asm | 4 |
2 files changed, 1 insertions, 3 deletions
diff --git a/gfx/tilesets/water.2bpp b/gfx/tilesets/water.2bpp Binary files differnew file mode 100644 index 000000000..a6e9f6ac9 --- /dev/null +++ b/gfx/tilesets/water.2bpp diff --git a/tilesets/animations.asm b/tilesets/animations.asm index ece7d2d31..5b7e2bed2 100644 --- a/tilesets/animations.asm +++ b/tilesets/animations.asm @@ -442,9 +442,7 @@ AnimateWaterTile: ; fc402 ; fc41c WaterTileFrames: ; fc41c -; Frames 0-3 -; INCBIN "gfx/tilesets/water.2bpp" -INCBIN "baserom.gbc",$fc41c,$fc45c - $fc41c + INCBIN "gfx/tilesets/water.2bpp" ; fc45c |