type and ability names to C

This commit is contained in:
DizzyEggg
2018-02-26 14:29:17 +01:00
parent 919f803214
commit 1972303792
16 changed files with 486 additions and 638 deletions

View File

@@ -48,14 +48,6 @@ extern u16 gBattle_BG2_Y;
extern u16 gBattle_BG3_X;
extern struct MusicPlayerInfo gMPlayInfo_BGM;
struct TrainerMoney
{
u8 classId;
u8 value;
};
extern const u8 gTypeEffectiveness[336];
extern const struct TrainerMoney gTrainerMoneyTable[];
extern const u8* const gBattleScriptsForMoveEffects[];
// functions