pokeplatinum/include/constants/moves.h

13 lines
291 B
C

#ifndef POKEPLATINUM_CONSTANTS_MOVES_H
#define POKEPLATINUM_CONSTANTS_MOVES_H
#include "generated/move_attributes.h"
#include "generated/move_classes.h"
#include "generated/moves.h"
#define LEARNED_MOVES_MAX 4
#define NUM_MOVES MOVE_SHADOW_FORCE
#endif // POKEPLATINUM_CONSTANTS_MOVES_H