Fix the fix for the Pokédex footprint design flaw

This commit is contained in:
Rangi 2019-11-03 14:04:46 -05:00
parent e669f22e9e
commit 2cf6dc1e0c

View File

@ -216,6 +216,17 @@ INCBIN "gfx/footprints/wartortle.1bpp"
Edit `Pokedex_LoadAnyFootprint`:
```diff
ld a, [wTempSpecies]
dec a
and %111
swap a ; * $10
+ add a, a
ld l, a
ld h, 0
add hl, de
ld de, Footprints
add hl, de
- push hl
ld e, l
ld d, h