summaryrefslogtreecommitdiff
path: root/include/starter_choose.h
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-02-18 17:35:36 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-02-18 17:35:36 +0530
commit5ed68a87f830d7d8613d00d692629618f3df673f (patch)
tree57826021bd98aa7c42a823e6d0d0fb4a00f0b006 /include/starter_choose.h
parentb1cb82fc670ebbb7bcb8de85c780344e6dbd9349 (diff)
parentef3a7a06b4e6192a6072b4ab221a54484bee91dc (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'include/starter_choose.h')
-rw-r--r--include/starter_choose.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/starter_choose.h b/include/starter_choose.h
index 61bc17735..18af478aa 100644
--- a/include/starter_choose.h
+++ b/include/starter_choose.h
@@ -1,6 +1,11 @@
#ifndef GUARD_STARTER_CHOOSE_H
#define GUARD_STARTER_CHOOSE_H
+extern const u16 gBirchBagGrassPal[2][16];
+extern const u8 gBirchBagTilemap[];
+extern const u8 gBirchGrassTilemap[];
+extern const u8 gBirchHelpGfx[];
+
u16 GetStarterPokemon(u16 chosenStarterId);
void CB2_ChooseStarter(void);