All battle back pictures end with "b"

This commit is contained in:
Rangi 2020-11-05 11:04:20 -05:00
parent d3e81422d5
commit 379a563c43
3 changed files with 2 additions and 2 deletions

View file

@ -6302,7 +6302,7 @@ LoadPlayerBackPic:
dec a ; is it the old man tutorial? dec a ; is it the old man tutorial?
ld de, RedPicBack ld de, RedPicBack
jr nz, .next jr nz, .next
ld de, OldManPic ld de, OldManPicBack
.next .next
ld a, BANK(RedPicBack) ld a, BANK(RedPicBack)
call UncompressSpriteFromDE call UncompressSpriteFromDE

View file

Before

Width:  |  Height:  |  Size: 259 B

After

Width:  |  Height:  |  Size: 259 B

View file

@ -264,7 +264,7 @@ StarmiePicFront:: INCBIN "gfx/pokemon/front/starmie.pic"
StarmiePicBack:: INCBIN "gfx/pokemon/back/starmieb.pic" StarmiePicBack:: INCBIN "gfx/pokemon/back/starmieb.pic"
RedPicBack:: INCBIN "gfx/player/redb.pic" RedPicBack:: INCBIN "gfx/player/redb.pic"
OldManPic:: INCBIN "gfx/battle/oldman.pic" OldManPicBack:: INCBIN "gfx/battle/oldmanb.pic"
SECTION "Pics 5", ROMX SECTION "Pics 5", ROMX