diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-10-16 12:21:30 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-10-16 12:21:30 -0700 |
commit | 0a28bd17a7e3210791f44778b013c3b999573ea7 (patch) | |
tree | f5a9755d62a2f9d6693851e1f2ccda197dd39ff4 /include/use_pokeblock.h | |
parent | b29c65b176bc7441ac38002e2ea9e38f8e4e9ce6 (diff) | |
parent | e424136fc5e648084125775e45f9084c33ea7303 (diff) |
Merge remote-tracking branch 'upstream/master' into secret_base
Diffstat (limited to 'include/use_pokeblock.h')
-rw-r--r-- | include/use_pokeblock.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/use_pokeblock.h b/include/use_pokeblock.h new file mode 100644 index 000000000..978476d89 --- /dev/null +++ b/include/use_pokeblock.h @@ -0,0 +1,13 @@ +// +// Created by Scott Norton on 5/31/17. +// + +#ifndef POKERUBY_USE_POKEBLOCK_H +#define POKERUBY_USE_POKEBLOCK_H + +extern void *gUnknown_02030400; +extern s16 gUnknown_02039312; + +void sub_8136130(struct Pokeblock *, MainCallback); + +#endif //POKERUBY_USE_POKEBLOCK_H |