diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-19 18:41:40 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-08-19 18:41:40 -0400 |
commit | d643241c1eb6e54e201ba80e46406320a5d48359 (patch) | |
tree | 7c2565e34e7b3db62c82756cad2fe89eeb78653e | |
parent | d87796e0ad73401f12e128132e8323c22c8d547c (diff) |
Added "AB" tiles to gfx
-rwxr-xr-x | gfx/AB.2bpp | bin | 0 -> 32 bytes | |||
-rw-r--r-- | main.asm | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gfx/AB.2bpp b/gfx/AB.2bpp Binary files differnew file mode 100755 index 00000000..5116536b --- /dev/null +++ b/gfx/AB.2bpp @@ -29009,7 +29009,8 @@ PokemonLogoGraphics: ; 11380 (4:5380) FontGraphics: ; 11a80 (4:5a80) INCBIN "gfx/font.1bpp" -INCBIN "baserom.gbc",$11e80,$11ea0 - $11e80 +ABTiles: ; 11e80 (4:5e80) + INCBIN "gfx/AB.2bpp" HpBarAndStatusGraphics: ; 11ea0 (4:5ea0) INCBIN "gfx/hp_bar_and_status.2bpp" |