From 9a83f78980ced930b8597d9b4dada28892fe810e Mon Sep 17 00:00:00 2001 From: mid-kid Date: Wed, 13 Oct 2021 21:40:36 +0200 Subject: [PATCH] Clarify table_width edit for PokedexDataPointerTable Thanks to @Vendily Fixes #854 --- docs/design_flaws.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_flaws.md b/docs/design_flaws.md index 7a80698f5..1d0f2942f 100644 --- a/docs/design_flaws.md +++ b/docs/design_flaws.md @@ -494,7 +494,7 @@ PokedexShow_GetDexEntryBank: **Fix:** -Use `dba` instead of `dw` in `PokedexDataPointerTable`. +Use `dba` instead of `dw` in `PokedexDataPointerTable`. Make sure to edit the `table_width` line to specify a width of 3 instead of 2. Delete `GetPokedexEntryBank` and `PokedexShow_GetDexEntryBank`. You can also delete `NUM_DEX_ENTRY_BANKS` from [constants/pokemon_data_constants.asm](https://github.com/pret/pokecrystal/blob/master/constants/pokemon_data_constants.asm).