|
// 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];
|