mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
All battle back pictures end with "b"
This commit is contained in:
parent
d3e81422d5
commit
379a563c43
|
@ -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
|
||||
|
|
Before Width: | Height: | Size: 259 B After Width: | Height: | Size: 259 B |
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue