diff options
author | yenatch <yenatch@gmail.com> | 2014-12-29 22:08:10 -0800 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-12-29 22:10:20 -0800 |
commit | 7b71a12ed1a11b29997877419cf609ed3e6afd99 (patch) | |
tree | e3d4f15d4d5afbc97d5b7489568a4315d0d5b25b /main.asm | |
parent | 4781d9a809565804a4b99024a69a51156fd2749e (diff) |
Rename some graphics to avoid collisions later.
chris.5x7.2bpp and chris.7x7.2bpp would probably both end up as chris.png.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |