Files
pokeplatinum/include/constants/moves.h
Fexty 9b1d286297
Some checks failed
build / build (push) Has been cancelled
Unpack battle anim narcs (wazaeffect) (#787)
2025-10-14 12:21:50 -04:00

15 lines
376 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 MOVE_NOT_SELECTED 0xFF
#define GBA_NUM_VALID_MOVES MOVE_PSYCHO_BOOST
#define NUM_VALID_MOVES (MAX_MOVES - 1)
#endif // POKEPLATINUM_CONSTANTS_MOVES_H