pokeplatinum/include/constants/ball_capsule.h
2025-12-14 21:08:07 -08:00

11 lines
264 B
C

#ifndef POKEPLATINUM_CONSTANTS_BALL_CAPSULES_H
#define POKEPLATINUM_CONSTANTS_BALL_CAPSULES_H
#include "generated/seals.h"
#define TOTAL_CAPSULES 12
#define SEALS_PER_CAPSULE 8
#define MAX_SEALS_PER_TYPE 99
#endif // POKEPLATINUM_CONSTANTS_BALL_CAPSULES_H