ref: 663c523ac40cb13f53c4939f5a13aecccd0be0f2
parent: 48bab16ea4ef55d39a17ac190524e5e6ba5ce723
author: yenatch <[email protected]>
date: Wed Sep 18 17:10:25 EDT 2013
fix formatting in player pic asm
--- a/main.asm
+++ b/main.asm
@@ -59326,7 +59326,7 @@
.GotPic
ld hl, VTiles2
ld b, BANK(ChrisPic)
- ld c, $31
+ ld c, 7 * 7 ; dimensions
call Get2bpp
; Draw
@@ -59353,15 +59353,17 @@
; Kris's backpic is uncompressed.
ld de, KrisBackpic
ld hl, $9310
- ld bc, $2231
+ ld bc, BANK(KrisBackpic) << 8 + (7 * 7) ; dimensions
call Get2bpp
ret
; 88ed6
KrisBackpic: ; 88ed6
+INCBIN "baserom.gbc", $88ed6, $89116 - $88ed6
+; 89116
-INCBIN "baserom.gbc", $88ed6, $89160 - $88ed6
+INCBIN "baserom.gbc", $89116, $89160 - $89116
Function89160: ; 89160
push af