diff options
author | yenatch <yenatch@gmail.com> | 2017-07-05 17:48:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 17:48:21 -0400 |
commit | 124e2eb02c4adc46265e5b34b47ac0c625a24ec3 (patch) | |
tree | 5c0af98d9e49a767f455fff1ceec5d07cb8539b8 /include/pokeblock.h | |
parent | 123d5cc8b26d2a93fa3981beaccb84377c6ae20f (diff) | |
parent | 813c1846c94fa14b55bf75cf4c14465f1fb26635 (diff) |
Merge branch 'master' into master
Diffstat (limited to 'include/pokeblock.h')
-rwxr-xr-x[-rw-r--r--] | include/pokeblock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index 257c83f1c..b925894db 100644..100755 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -5,6 +5,7 @@ void sub_810B96C(void); void sub_810BA7C(u8); void ClearPokeblocks(void); void sub_810CA6C(s32); +u8 sub_810CB68(u8, u8*); s16 sub_810CAE4(u8, struct Pokeblock *); #endif // GUARD_POKEBLOCK_H |