diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 1176c4896f..0f668f6c5b 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -58,7 +58,9 @@ extern struct MusicPlayerInfo gMPlayInfo_BGM; extern const u8* const gBattleScriptsForMoveEffects[]; -// courtesy of doesnt +// table to avoid ugly powing on gba (courtesy of doesnt) +// this returns (i^2.5)/4 +// the quarters cancel so no need to re-quadruple them in actual calculation static const s32 sExperienceScalingFactors[] = { 0,