diff options
Diffstat (limited to 'src/field/pokeblock.c')
-rw-r--r-- | src/field/pokeblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/field/pokeblock.c b/src/field/pokeblock.c index b4be44aa2..aa6539e91 100644 --- a/src/field/pokeblock.c +++ b/src/field/pokeblock.c @@ -1070,7 +1070,7 @@ s8 GetFirstFreePokeblockSlot(void) return -1; } -bool8 sub_810CA34(struct Pokeblock *pokeblock) +bool8 sub_810CA34(const struct Pokeblock *pokeblock) { s8 idx = GetFirstFreePokeblockSlot(); if (idx == -1) |