pokeplatinum/include/data/battle/weight_to_power.h
2024-07-06 14:40:34 -07:00

9 lines
156 B
C

static const u16 sWeightToPower[][2] = {
{ 100, 20 },
{ 250, 40 },
{ 500, 60 },
{ 1000, 80 },
{ 2000, 100 },
{ 0xFFFF, 0xFFFF },
};