diff options
author | mid-kid <esteve.varela@gmail.com> | 2021-10-13 21:40:36 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2021-10-13 21:40:36 +0200 |
commit | 9a83f78980ced930b8597d9b4dada28892fe810e (patch) | |
tree | 3b8e59ff027455eccdb7b0366ca4590f255549be | |
parent | 40b6f2236d7a57ecbe172f738dfb728f1c9847b1 (diff) |
Clarify table_width edit for PokedexDataPointerTable
Thanks to @Vendily
Fixes #854
-rw-r--r-- | docs/design_flaws.md | 2 |
1 files changed, 1 insertions, 1 deletions
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). |