diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-04-06 17:14:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 17:14:07 -0700 |
commit | 18a6fb5c3fcdc852a8ee805ba02b2807938e1de8 (patch) | |
tree | 8b31e761c5b2b03e2b5200baec6755f6a3273fe5 /include/pokeblock.h | |
parent | ed5847cb41c48357d83b92823e08393a1ca54bdd (diff) | |
parent | 9e4bf55716fb5a27bc2f6eee4a489e48327eac3f (diff) |
Merge pull request #586 from PikalaxALT/nakamura
Nakamura debug menu
Diffstat (limited to 'include/pokeblock.h')
-rw-r--r-- | include/pokeblock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index a606a32ad..f674666ff 100644 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -42,7 +42,7 @@ s16 PokeblockGetGain(u8, const struct Pokeblock *); u8 sub_810CB68(u8, u8*); void PokeblockCopyName(struct Pokeblock *pokeblock, u8 *dest); void CB2_PreparePokeblockFeedScene(void); -bool8 sub_810CA34(const struct Pokeblock *); +bool8 GivePokeblock(const struct Pokeblock *); #include "main.h" |