mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -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`:
|
Edit `Pokedex_LoadAnyFootprint`:
|
||||||
|
|
||||||
```diff
|
```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
|
- push hl
|
||||||
ld e, l
|
ld e, l
|
||||||
ld d, h
|
ld d, h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user