mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-22 15:08:09 -05:00
13 lines
291 B
C
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
|