From bc5ba41f8071be7aa9835b494fbd5f3fb081f771 Mon Sep 17 00:00:00 2001 From: MandL27 Date: Sat, 24 Oct 2020 02:02:58 -0400 Subject: [PATCH] Document sExperienceScalingFactors --- src/battle_script_commands.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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,