mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-01-15 13:26:18 +13:00
Fix Pikachu and Eevee's Starter Dex entries
Forgor
This commit is contained in:
parent
39b1340dda
commit
fd03388931
|
|
@ -8,4 +8,5 @@ StarterDex:
|
||||||
predef ShowPokedexData
|
predef ShowPokedexData
|
||||||
xor a
|
xor a
|
||||||
ld [wPokedexOwned], a
|
ld [wPokedexOwned], a
|
||||||
|
ld [wPokedexOwned + 1], a
|
||||||
ret
|
ret
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue