diff options
author | yenatch <yenatch@gmail.com> | 2014-02-25 12:28:50 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-02-25 12:28:50 -0500 |
commit | 6ad2d79cc93fd04b2515a291951ecb9ce8a445b4 (patch) | |
tree | f588915682419571ae5fdcd7641aa3509894c99d | |
parent | 2d2cb00ae201192c1b3b1cce21f603f73f5dd207 (diff) |
Battle hud party status graphics.
-rw-r--r-- | gfx/battle/balls.2bpp | bin | 0 -> 64 bytes | |||
-rw-r--r-- | main.asm | 9 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gfx/battle/balls.2bpp b/gfx/battle/balls.2bpp Binary files differnew file mode 100644 index 000000000..626c4e3e3 --- /dev/null +++ b/gfx/battle/balls.2bpp @@ -38947,15 +38947,16 @@ Function2c143: ; 2c143 ; 2c165 Function2c165: ; 2c165 - ld de, $4172 + ld de, GFX_2c172 ld hl, $8310 - ld bc, $0b04 + lb bc, BANK(GFX_2c172), 4 call Functiondc9 ret ; 2c172 -INCBIN "baserom.gbc",$2c172,$2c1b2 - $2c172 - +GFX_2c172: ; 2c172 +INCBIN "gfx/battle/balls.2bpp" +; 2c1b2 Function2c1b2: ; 2c1b2 call WhiteBGMap |