mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-03-31 22:56:06 -05:00
11 lines
213 B
C
11 lines
213 B
C
#ifndef POKEPLATINUM_CONSTANTS_MOVES_H
|
|
#define POKEPLATINUM_CONSTANTS_MOVES_H
|
|
|
|
#include "consts/moves.h"
|
|
|
|
#define LEARNED_MOVES_MAX 4
|
|
|
|
#define NUM_MOVES MOVE_SHADOW_FORCE
|
|
|
|
#endif // POKEPLATINUM_CONSTANTS_MOVES_H
|