diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-02-15 01:19:14 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-02-15 01:19:14 -0600 |
commit | aaa67d9f274611bc0a1eb1a28409e36756417c24 (patch) | |
tree | 78cacff0cabeee29b712594ae82603233b711a77 /src/field/pokeblock.c | |
parent | b4e5099c7623f2fd19f6670da0d20ccd6f202e6b (diff) |
decompile debug_sub_8011EA0 and debug_sub_8012294
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) |