summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-19 19:59:13 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2013-08-19 19:59:13 -0400
commit37455d9b76491402aaeb099099888fe05c6c7a7b (patch)
tree287308fccc6aca6958341238eae8ac953c0c11a9
parent3ab1e25a51e0376e06fd92065d087fb8918428ea (diff)
Added emotion bubble tiles to gfx
-rwxr-xr-xgfx/emotion_bubbles.2bppbin0 -> 200 bytes
-rw-r--r--main.asm6
2 files changed, 3 insertions, 3 deletions
diff --git a/gfx/emotion_bubbles.2bpp b/gfx/emotion_bubbles.2bpp
new file mode 100755
index 00000000..c8a13e2f
--- /dev/null
+++ b/gfx/emotion_bubbles.2bpp
Binary files differ
diff --git a/main.asm b/main.asm
index d0a86a6e..a041b3a0 100644
--- a/main.asm
+++ b/main.asm
@@ -32387,7 +32387,7 @@ Func_17c47: ; 17c47 (5:7c47)
ld a, [hl]
add $8
ld c, a
- ld de, Unknown_17cb5 ; $7cb5
+ ld de, EmotionBubbles ; $7cb5
xor a
call WriteOAMBlock
ld c, $3c
@@ -32400,8 +32400,8 @@ Func_17c47: ; 17c47 (5:7c47)
Unknown_17caf: ; 17caf (5:7caf)
INCBIN "baserom.gbc",$17caf,$17cb5 - $17caf
-Unknown_17cb5: ; 17cb5 (5:7cb5)
-INCBIN "baserom.gbc",$17cb5,$17d7d - $17cb5
+EmotionBubbles: ; 17cb5 (5:7cb5)
+INCBIN "gfx/emotion_bubbles.2bpp"
; known jump sources: 71c87 (1c:5c87)
Func_17d7d: ; 17d7d (5:7d7d)