Clarify table_width edit for PokedexDataPointerTable

Thanks to @Vendily
Fixes #854
This commit is contained in:
mid-kid 2021-10-13 21:40:36 +02:00
parent 40b6f2236d
commit 9a83f78980

View File

@ -494,7 +494,7 @@ PokedexShow_GetDexEntryBank:
**Fix:** **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). 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).