fixed shiny palette on pokedex new entry

This commit is contained in:
Thorn Avery 2025-09-04 11:41:30 +10:00
parent a8739ab420
commit 7a8d406605

View file

@ -1,4 +1,13 @@
NewPokedexEntry:
farcall BattleCheckEnemyShininess
jp c, .shiny
xor a
jp .cont
.shiny
xor a
inc a
.cont
ld [wPokedexShinyToggle], a
ldh a, [hMapAnims]
push af
xor a