diff options
author | yenatch <yenatch@gmail.com> | 2017-07-05 21:50:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-05 21:50:45 -0400 |
commit | e39f55f55080108ced3ff5cb16b2181d7fec9d92 (patch) | |
tree | 81be5b612621bdd74f632dbedb9f85c4d1d203b9 /include/pokeblock_feed.h | |
parent | be05c5bd52769b58316986bd7451cb2483571099 (diff) | |
parent | 06bf25405c98257e47953b5d3c327e314ea371b3 (diff) |
Merge pull request #350 from PikalaxALT/use_pokeblock
Use pokeblock
Diffstat (limited to 'include/pokeblock_feed.h')
-rw-r--r-- | include/pokeblock_feed.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/pokeblock_feed.h b/include/pokeblock_feed.h new file mode 100644 index 000000000..65d0d1dc9 --- /dev/null +++ b/include/pokeblock_feed.h @@ -0,0 +1,10 @@ +// +// Created by Scott Norton on 6/28/17. +// + +#ifndef POKERUBY_POKEBLOCK_FEED_H +#define POKERUBY_POKEBLOCK_FEED_H + +void sub_8147ADC(void); + +#endif //POKERUBY_POKEBLOCK_FEED_H |