diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/pokeblock.h | 4 | ||||
-rw-r--r-- | include/use_pokeblock.h | 10 |
2 files changed, 14 insertions, 0 deletions
diff --git a/include/pokeblock.h b/include/pokeblock.h index fdaaf5fc2..c2a1ff860 100755 --- a/include/pokeblock.h +++ b/include/pokeblock.h @@ -22,6 +22,10 @@ extern u8 gUnknown_0203924C; extern const u8 *gUnknown_03000758; void sub_810B96C(void); +u8 sub_810BA50(s16, s16, u8); +u8 sub_810C9B0(struct Pokeblock *); +s16 sub_810CA9C(const struct Pokeblock *, u8); +u8 sub_810C9E8(struct Pokeblock *); void sub_810BA7C(u8); void ClearPokeblocks(void); bool8 sub_810CA6C(u8); diff --git a/include/use_pokeblock.h b/include/use_pokeblock.h new file mode 100644 index 000000000..41cf66665 --- /dev/null +++ b/include/use_pokeblock.h @@ -0,0 +1,10 @@ +// +// Created by Scott Norton on 6/28/17. +// + +#ifndef POKERUBY_USE_POKEBLOCK_H +#define POKERUBY_USE_POKEBLOCK_H + +void sub_8136130(struct Pokeblock *, MainCallback); + +#endif //POKERUBY_USE_POKEBLOCK_H |