Distinguish single trainer pics section from Pokemon pics

This commit is contained in:
Rangi42 2025-06-25 23:59:47 -04:00
parent 5e5a498cc6
commit fcb61ae0e4
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"

View File

@ -99,7 +99,7 @@ ROMX $12
"Screen Effects"
"Maps 8"
ROMX $13
"Pics 6"
"Trainer Pics"
"Maps 9"
"Predefs"
ROMX $14