pokeemerald/include/starter_choose.h

13 lines
322 B
C
Raw Normal View History

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