mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Restore byte padding to trainer backpics.
This commit is contained in:
parent
602b91944f
commit
71cc880636
BIN
gfx/misc/dude.lz
BIN
gfx/misc/dude.lz
Binary file not shown.
Binary file not shown.
6
main.asm
6
main.asm
@ -37645,13 +37645,11 @@ Function2ba01: ; 2ba01
|
|||||||
|
|
||||||
ChrisBackpic: ; 2ba1a
|
ChrisBackpic: ; 2ba1a
|
||||||
INCBIN "gfx/misc/player.lz"
|
INCBIN "gfx/misc/player.lz"
|
||||||
; 2bba1
|
; 2bbaa
|
||||||
|
|
||||||
ds 9
|
|
||||||
|
|
||||||
DudeBackpic: ; 2bbaa
|
DudeBackpic: ; 2bbaa
|
||||||
INCBIN "gfx/misc/dude.lz"
|
INCBIN "gfx/misc/dude.lz"
|
||||||
; 2bce1
|
; 2bcea
|
||||||
|
|
||||||
|
|
||||||
SECTION "bankB", ROMX, BANK[$B]
|
SECTION "bankB", ROMX, BANK[$B]
|
||||||
|
Loading…
Reference in New Issue
Block a user