mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-04-21 02:45:57 +12:00
fixed shiny palette on pokedex new entry
This commit is contained in:
parent
a8739ab420
commit
7a8d406605
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue