mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-24 23:18:36 -05:00
9 lines
156 B
C
9 lines
156 B
C
static const u16 sWeightToPower[][2] = {
|
|
{ 100, 20 },
|
|
{ 250, 40 },
|
|
{ 500, 60 },
|
|
{ 1000, 80 },
|
|
{ 2000, 100 },
|
|
{ 0xFFFF, 0xFFFF },
|
|
};
|