ReC98/th02/main/item/shared.hpp

9 lines
282 B
C++

// Item declarations shared with later games
// -----------------------------------------
static const int POWER_OVERFLOW_MAX = 42;
// Amount of score points to grant for collecting more power items while at
// full power.
extern int16_t POWER_OVERFLOW_BONUS[POWER_OVERFLOW_MAX];