mirror of
https://github.com/pret/pokeyellow.git
synced 2026-04-25 16:19:51 -05:00
Distinguish single trainer pics section from Pokemon pics
This commit is contained in:
parent
5e5a498cc6
commit
fcb61ae0e4
|
|
@ -6919,7 +6919,7 @@ _LoadTrainerPic:
|
|||
ld d, a ; de contains pointer to trainer pic
|
||||
ld a, [wLinkState]
|
||||
and a
|
||||
ld a, BANK("Pics 6") ; this is where all the trainer pics are (not counting Red's)
|
||||
ld a, BANK("Trainer Pics")
|
||||
jr z, .loadSprite
|
||||
ld a, BANK(RedPicFront)
|
||||
.loadSprite
|
||||
|
|
|
|||
|
|
@ -325,7 +325,7 @@ VictreebelPicFront:: INCBIN "gfx/pokemon/front/victreebel.pic"
|
|||
VictreebelPicBack:: INCBIN "gfx/pokemon/back/victreebelb.pic"
|
||||
|
||||
|
||||
SECTION "Pics 6", ROMX
|
||||
SECTION "Trainer Pics", ROMX
|
||||
|
||||
YoungsterPic:: INCBIN "gfx/trainers/youngster.pic"
|
||||
BugCatcherPic:: INCBIN "gfx/trainers/bugcatcher.pic"
|
||||
|
|
|
|||
|
|
@ -99,7 +99,7 @@ ROMX $12
|
|||
"Screen Effects"
|
||||
"Maps 8"
|
||||
ROMX $13
|
||||
"Pics 6"
|
||||
"Trainer Pics"
|
||||
"Maps 9"
|
||||
"Predefs"
|
||||
ROMX $14
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user