summaryrefslogtreecommitdiff
path: root/include/starter_choose.h
diff options
context:
space:
mode:
authoritskobold <itskobold@users.noreply.github.com>2017-11-15 12:42:18 +0000
committeritskobold <itskobold@users.noreply.github.com>2017-11-15 12:42:18 +0000
commit7c79b030e90ae6f4b3b3c91518c315959ede456e (patch)
treeb12fe2ca0d42b900fb1d45491e81a1bc6d86a348 /include/starter_choose.h
parent2acab81713aac51f96a50dc42a67ec7761901aa4 (diff)
parent055a419830c0725a629f971b0299c89082c192fd (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/starter_choose.h')
-rw-r--r--include/starter_choose.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/starter_choose.h b/include/starter_choose.h
new file mode 100644
index 000000000..61bc17735
--- /dev/null
+++ b/include/starter_choose.h
@@ -0,0 +1,7 @@
+#ifndef GUARD_STARTER_CHOOSE_H
+#define GUARD_STARTER_CHOOSE_H
+
+u16 GetStarterPokemon(u16 chosenStarterId);
+void CB2_ChooseStarter(void);
+
+#endif // GUARD_STARTER_CHOOSE_H