mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
14 lines
369 B
C
14 lines
369 B
C
#ifndef GUARD_STARTER_CHOOSE_H
|
|
#define GUARD_STARTER_CHOOSE_H
|
|
|
|
extern const u16 gBirchBagGrass_Pal[];
|
|
extern const u32 gBirchBagTilemap[];
|
|
extern const u32 gBirchGrassTilemap[];
|
|
extern const u32 gBirchBagGrass_Gfx[];
|
|
extern const u32 gPokeballSelection_Gfx[];
|
|
|
|
u16 GetStarterPokemon(u16 chosenStarterId);
|
|
void CB2_ChooseStarter(void);
|
|
|
|
#endif // GUARD_STARTER_CHOOSE_H
|