Fix Pikachu and Eevee's Starter Dex entries

Forgor
This commit is contained in:
Llinos Evans 2023-12-24 18:29:43 +00:00
parent 39b1340dda
commit fd03388931

View file

@ -8,4 +8,5 @@ StarterDex:
predef ShowPokedexData
xor a
ld [wPokedexOwned], a
ld [wPokedexOwned + 1], a
ret