summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 01:31:48 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-20 01:31:48 -0400
commitb03f63b07aa475d5eed30c427264eae0f796b785 (patch)
treeb32c2cdc06c201150f4813408d5acb794ea5cac9
parent9ed645c5e3f3d9216690c18bbfb1467a3107e85c (diff)
Added Pokecenter healing Pokeball tiles to gfx
-rwxr-xr-xgfx/pokecenter_ball.2bppbin0 -> 32 bytes
-rw-r--r--main.asm8
2 files changed, 4 insertions, 4 deletions
diff --git a/gfx/pokecenter_ball.2bpp b/gfx/pokecenter_ball.2bpp
new file mode 100755
index 00000000..292f6954
--- /dev/null
+++ b/gfx/pokecenter_ball.2bpp
Binary files differ
diff --git a/main.asm b/main.asm
index 8f85af22..e53786a4 100644
--- a/main.asm
+++ b/main.asm
@@ -98788,9 +98788,9 @@ Func_70423: ; 70423 (1c:4423)
; known jump sources: 7027 (1:7027)
Func_70433: ; 70433 (1c:4433)
- ld de, Unknown_704b7 ; $44b7
+ ld de, PokeCenterHealBall ; $44b7
ld hl, $87c0
- ld bc, (BANK(Unknown_704b7) << 8) + $03
+ ld bc, (BANK(PokeCenterHealBall) << 8) + $03
call CopyVideoData
ld hl, $cfcb
ld a, [hl]
@@ -98851,8 +98851,8 @@ Func_70433: ; 70433 (1c:4433)
ld [hl], a
jp UpdateSprites
-Unknown_704b7: ; 704b7 (1c:44b7)
-INCBIN "baserom.gbc",$704b7,$704d7 - $704b7
+PokeCenterHealBall: ; 704b7 (1c:44b7)
+INCBIN "gfx/pokecenter_ball.2bpp"
Unknown_704d7: ; 704d7 (1c:44d7)
INCBIN "baserom.gbc",$704d7,$704f3 - $704d7