ref: 9a83f78980ced930b8597d9b4dada28892fe810e
parent: 40b6f2236d7a57ecbe172f738dfb728f1c9847b1
author: mid-kid <esteve.varela@gmail.com>
date: Wed Oct 13 17:40:36 EDT 2021
Clarify table_width edit for PokedexDataPointerTable Thanks to @Vendily Fixes #854
--- a/docs/design_flaws.md
+++ b/docs/design_flaws.md
@@ -494,7 +494,7 @@
**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).