mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 10:13:24 +12:00
fixed shiny palette on pokedex new entry
This commit is contained in:
parent
a8739ab420
commit
7a8d406605
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue