Skip to content

Commit

Permalink
All battle back pictures end with "b"
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Nov 5, 2020
1 parent d3e8142 commit 379a563
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/battle/core.asm
Original file line number Diff line number Diff line change
Expand Up @@ -6302,7 +6302,7 @@ LoadPlayerBackPic:
dec a ; is it the old man tutorial?
ld de, RedPicBack
jr nz, .next
ld de, OldManPic
ld de, OldManPicBack
.next
ld a, BANK(RedPicBack)
call UncompressSpriteFromDE
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion gfx/pics.asm
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ StarmiePicFront:: INCBIN "gfx/pokemon/front/starmie.pic"
StarmiePicBack:: INCBIN "gfx/pokemon/back/starmieb.pic"

RedPicBack:: INCBIN "gfx/player/redb.pic"
OldManPic:: INCBIN "gfx/battle/oldman.pic"
OldManPicBack:: INCBIN "gfx/battle/oldmanb.pic"


SECTION "Pics 5", ROMX
Expand Down

0 comments on commit 379a563

Please sign in to comment.