summaryrefslogtreecommitdiff
path: root/src/use_pokeblock.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-11-12 20:24:14 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-11-12 20:36:19 -0500
commit3b91d8fdaf2a1e13c4af938dfb867d407ccb280f (patch)
treefa271f7eefea7c36ca6eae2e35012842c113f0a5 /src/use_pokeblock.c
parentda5752fd0d94a1b7fdef354b7fe4bfb055b4a545 (diff)
Start pokenav list ui doc
Diffstat (limited to 'src/use_pokeblock.c')
-rw-r--r--src/use_pokeblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/use_pokeblock.c b/src/use_pokeblock.c
index ef5fdfaf5..312e2107e 100644
--- a/src/use_pokeblock.c
+++ b/src/use_pokeblock.c
@@ -73,7 +73,7 @@ struct UsePokeblockSession
u8 natureText[34];
};
-// This struct is identical to PokenavMonList, the struct used for managing lists of pokemon in the pokenav
+// This struct is identical to PokenavMonListItem, the struct used for managing lists of pokemon in the pokenav
// 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