summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-12-29 22:08:10 -0800
committeryenatch <yenatch@gmail.com>2014-12-29 22:10:20 -0800
commit7b71a12ed1a11b29997877419cf609ed3e6afd99 (patch)
treee3d4f15d4d5afbc97d5b7489568a4315d0d5b25b
parent4781d9a809565804a4b99024a69a51156fd2749e (diff)
Rename some graphics to avoid collisions later.
chris.5x7.2bpp and chris.7x7.2bpp would probably both end up as chris.png.
-rw-r--r--gfx/misc/chris_card.5x7.2bpp (renamed from gfx/misc/chris.5x7.2bpp)bin560 -> 560 bytes
-rw-r--r--gfx/misc/kris_card.5x7.2bpp (renamed from gfx/misc/kris.5x7.2bpp)bin560 -> 560 bytes
-rw-r--r--main.asm4
3 files changed, 2 insertions, 2 deletions
diff --git a/gfx/misc/chris.5x7.2bpp b/gfx/misc/chris_card.5x7.2bpp
index 747bd0da5..747bd0da5 100644
--- a/gfx/misc/chris.5x7.2bpp
+++ b/gfx/misc/chris_card.5x7.2bpp
Binary files differ
diff --git a/gfx/misc/kris.5x7.2bpp b/gfx/misc/kris_card.5x7.2bpp
index 0cb916e9f..0cb916e9f 100644
--- a/gfx/misc/kris.5x7.2bpp
+++ b/gfx/misc/kris_card.5x7.2bpp
Binary files differ
diff --git a/main.asm b/main.asm
index e1c565d1e..4ad45599d 100644
--- a/main.asm
+++ b/main.asm
@@ -66179,11 +66179,11 @@ Function8833e: ; 8833e
; 88365 (22:4365)
ChrisCardPic: ; 88365
-INCBIN "gfx/misc/chris.5x7.2bpp"
+INCBIN "gfx/misc/chris_card.5x7.2bpp"
; 88595
KrisCardPic: ; 88595
-INCBIN "gfx/misc/kris.5x7.2bpp"
+INCBIN "gfx/misc/kris_card.5x7.2bpp"
; 887c5
CardGFX: ; 887c5