Decompile credits

This commit is contained in:
Diegoisawesome
2018-02-17 03:55:32 -06:00
parent bc4bb5b32e
commit 1605f62535
16 changed files with 2813 additions and 6483 deletions

View File

@@ -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);