mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
13 lines
324 B
C
13 lines
324 B
C
#ifndef POKEPLATINUM_CONSTANTS_BATTLE_BATTLE_SCRIPT_H
|
|
#define POKEPLATINUM_CONSTANTS_BATTLE_BATTLE_SCRIPT_H
|
|
|
|
#define MIN_STAT_STAGE 0
|
|
#define DEFAULT_STAT_STAGE 6
|
|
#define MAX_STAT_STAGE 12
|
|
|
|
#define BALL_3_SHAKES_SUCCESS 4
|
|
|
|
#define HP_CALC_INSTANT_ZERO 0x7FFF
|
|
|
|
#endif // POKEPLATINUM_CONSTANTS_BATTLE_BATTLE_SCRIPT_H
|