through sub_80D8490
This commit is contained in:
14
include/contest_effect.h
Normal file
14
include/contest_effect.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef GUARD_CONTEST_EFFECT_H
|
||||
#define GUARD_CONTEST_EFFECT_H
|
||||
|
||||
struct ContestMove
|
||||
{
|
||||
u8 effect;
|
||||
u8 contestCategory:3;
|
||||
u8 comboStarterId;
|
||||
u8 comboMoves[4];
|
||||
};
|
||||
|
||||
extern const struct ContestMove gContestMoves[];
|
||||
|
||||
#endif //GUARD_CONTEST_EFFECT_H
|
||||
Reference in New Issue
Block a user