copy contest effect from ruby

This commit is contained in:
DizzyEggg
2018-08-12 23:20:17 +02:00
parent 335f4c1e81
commit 0d68af7f06
13 changed files with 1750 additions and 6047 deletions

View File

@@ -414,8 +414,15 @@ extern struct ContestResources *gContestResources;
#define shared18000 (*(struct Shared18000 *)(gHeap + 0x1a000))
extern u32 gContestRngValue;
extern u8 gUnknown_02039F26[4];
bool8 IsSpeciesNotUnown(u16 species);
void LoadContestBgAfterMoveAnim(void);
void SetContestantEffectStringID(u8 a, u8 b);
void SetContestantEffectStringID2(u8 a, u8 b);
void MakeContestantNervous(u8 p);
bool8 Contest_IsMonsTurnDisabled(u8 a);
bool8 sub_80DE1E8(u8 a);
void SetStartledString(u8 a, u8 b);
#endif //GUARD_CONTEST_H

View File

@@ -17,6 +17,6 @@ struct ContestEffect
};
extern const struct ContestMove gContestMoves[];
extern struct ContestEffect gContestEffects[];
extern const struct ContestEffect gContestEffects[];
#endif //GUARD_CONTEST_EFFECT_H