shithub: pokecrystal

Download patch

ref: 2cf6dc1e0cb3b349bca41a47b68d563418fedefc
parent: e669f22e9e6c01ac9486e721959b09e5fb732c50
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sun Nov 3 09:04:46 EST 2019

Fix the fix for the Pokédex footprint design flaw

--- a/docs/design_flaws.md
+++ b/docs/design_flaws.md
@@ -216,6 +216,17 @@
 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