mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Fix the fix for the Pokédex footprint design flaw
This commit is contained in:
parent
e669f22e9e
commit
2cf6dc1e0c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user