Merge remote-tracking branch 'upstream/master' into pan-constants

This commit is contained in:
garak
2018-10-19 16:05:14 -04:00
1078 changed files with 21203 additions and 521987 deletions

View File

@@ -2710,7 +2710,7 @@ static void PlayerHandleExpUpdate(void)
{
u8 monId = gBattleBufferA[gActiveBattler][1];
if (GetMonData(&gPlayerParty[monId], MON_DATA_LEVEL) >= MAX_MON_LEVEL)
if (GetMonData(&gPlayerParty[monId], MON_DATA_LEVEL) >= MAX_LEVEL)
{
PlayerBufferExecCompleted();
}