Fix attribute map applications and soldier colors

This commit is contained in:
Zeta_Null 2025-08-10 16:24:59 -04:00
parent ced3fb276d
commit 79b2a11f85
2 changed files with 9 additions and 0 deletions

View file

@ -1011,6 +1011,9 @@ INCLUDE "gfx/trainer_card/badges.pal"
call LoadHLOBPaletteIntoDE
dec b
jr nz, .ob_loop
; Fix Attribute map
call WipeAttrmap
call ApplyAttrmap
ret
_CGB_TrainerCardKanto:
@ -1170,6 +1173,9 @@ INCLUDE "gfx/trainer_card/kanto_badges.pal"
call LoadHLOBPaletteIntoDE
dec b
jr nz, .ob_loop
; Fix Attribute map
call WipeAttrmap
call ApplyAttrmap
ret
_CGB_MoveList:
@ -1303,6 +1309,9 @@ INCLUDE "gfx/pack/pack_nb.pal"
call LoadHLOBPaletteIntoDE
dec b
jr nz, .ob_loop
; Fix Attribute map
call WipeAttrmap
call ApplyAttrmap
ret
_CGB_Pokepic:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 622 B