pokeemerald/include/starter_choose.h

13 lines
325 B
C
Raw Normal View History

2017-11-08 17:05:47 +00:00
#ifndef GUARD_STARTER_CHOOSE_H
#define GUARD_STARTER_CHOOSE_H
2018-02-17 09:55:32 +00:00
extern const u16 gBirchBagGrassPal[2][16];
2018-10-21 07:24:57 +00:00
extern const u32 gBirchBagTilemap[];
extern const u32 gBirchGrassTilemap[];
extern const u32 gBirchHelpGfx[];
2018-02-17 09:55:32 +00:00
2017-11-08 17:05:47 +00:00
u16 GetStarterPokemon(u16 chosenStarterId);
void CB2_ChooseStarter(void);
#endif // GUARD_STARTER_CHOOSE_H