mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
Document sExperienceScalingFactors
This commit is contained in:
parent
9c574f3adb
commit
bc5ba41f80
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user