mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
fixed shiny palette on pokedex new entry
This commit is contained in:
parent
a8739ab420
commit
7a8d406605
|
@ -1,4 +1,13 @@
|
||||||
NewPokedexEntry:
|
NewPokedexEntry:
|
||||||
|
farcall BattleCheckEnemyShininess
|
||||||
|
jp c, .shiny
|
||||||
|
xor a
|
||||||
|
jp .cont
|
||||||
|
.shiny
|
||||||
|
xor a
|
||||||
|
inc a
|
||||||
|
.cont
|
||||||
|
ld [wPokedexShinyToggle], a
|
||||||
ldh a, [hMapAnims]
|
ldh a, [hMapAnims]
|
||||||
push af
|
push af
|
||||||
xor a
|
xor a
|
||||||
|
|
Loading…
Reference in a new issue