mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
11 lines
264 B
C
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
|