Decompile move tutor stuff

2 nonmatching.
This commit is contained in:
Phlosioneer
2019-03-08 01:56:38 -05:00
parent aa7657a82a
commit 69aec91577
9 changed files with 556 additions and 513 deletions

View File

@@ -19,6 +19,7 @@ struct ContestEffect
extern const struct ContestMove gContestMoves[];
extern const struct ContestEffect gContestEffects[];
extern const u8 *const gContestEffectDescriptionPointers[];
extern const u8 *const gContestMoveTypeTextPointers[];
bool8 AreMovesContestCombo(u16 lastMove, u16 nextMove);