summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-02-25 12:28:50 -0500
committeryenatch <yenatch@gmail.com>2014-02-25 12:28:50 -0500
commit6ad2d79cc93fd04b2515a291951ecb9ce8a445b4 (patch)
treef588915682419571ae5fdcd7641aa3509894c99d
parent2d2cb00ae201192c1b3b1cce21f603f73f5dd207 (diff)
Battle hud party status graphics.
-rw-r--r--gfx/battle/balls.2bppbin0 -> 64 bytes
-rw-r--r--main.asm9
2 files changed, 5 insertions, 4 deletions
diff --git a/gfx/battle/balls.2bpp b/gfx/battle/balls.2bpp
new file mode 100644
index 000000000..626c4e3e3
--- /dev/null
+++ b/gfx/battle/balls.2bpp
Binary files differ
diff --git a/main.asm b/main.asm
index 5e800d1af..2a0eb5be6 100644
--- a/main.asm
+++ b/main.asm
@@ -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