diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-11-20 10:10:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-20 10:10:27 -0600 |
commit | 1e4f12e6fa9e3b22d4f1a60ca69313b5dec0ca38 (patch) | |
tree | 4b0e58280d62a4babd7e35de5f796e960e069d81 /include/pokeblock.h | |
parent | 5dc8beb034e70b4e1eba61cca4009d5e06356605 (diff) | |
parent | 4e25ef10f2883ef228b7d6c26162d2b00dc3c291 (diff) |
Merge pull request #115 from DizzyEggg/decompile_wild_encounter
Decompile wild encounter
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 5d52f8e55..b0e93f0e5 100644 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -23,6 +23,7 @@ enum }; void ClearPokeblocks(void); +s16 PokeblockGetGain(u8, const struct Pokeblock *); /* void sub_810B96C(void); @@ -32,7 +33,6 @@ s16 GetPokeblockData(const struct Pokeblock *, u8); u8 sub_810C9E8(struct Pokeblock *); void sub_810BA7C(u8); bool8 PokeblockClearIfExists(u8); -s16 PokeblockGetGain(u8, const struct Pokeblock *); u8 sub_810CB68(u8, u8*); void PokeblockCopyName(struct Pokeblock *pokeblock, u8 *dest); void CB2_PreparePokeblockFeedScene(void); |