Add PokéNav too

This commit is contained in:
Bassoonian
2023-12-12 23:20:22 +01:00
parent bc2a745171
commit 6365431122
7 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -73,10 +73,10 @@ struct UsePokeblockSession
u8 natureText[34];
};
// This struct is identical to PokenavMonListItem, the struct used for managing lists of Pokémon in the pokenav
// This struct is identical to PokenavMonListItem, the struct used for managing lists of Pokémon in the PokéNav
// Given that this screen is essentially duplicated in the poknav, this struct was probably the same one with
// a more general name/purpose
// TODO: Once the pokenav conditions screens are documented, resolve the above
// TODO: Once the PokéNav conditions screens are documented, resolve the above
struct UsePokeblockMenuPokemon
{
u8 boxId; // Because this screen is never used for the PC this is always set to TOTAL_BOXES_COUNT to refer to party