fixed shiny palette on pokedex new entry + gamecorner

This commit is contained in:
Thorn Avery 2025-09-04 14:31:02 +10:00
parent 7a8d406605
commit bc42af64c5
7 changed files with 46 additions and 13 deletions

View file

@ -532,6 +532,15 @@ PokeBallEffect:
ld a, [wEnemyMonSpecies]
ld [wTempSpecies], a
farcall BattleCheckEnemyShininess
jp c, .shiny
xor a
jp .shinycont
.shiny
xor a
inc a
.shinycont
ld [wPokedexShinyToggle], a
predef NewPokedexEntry
.skip_pokedex