Fix formatting.

This commit is contained in:
ultima-soul 2019-04-03 21:15:45 -07:00
parent 91a94a0ca1
commit 64da3d051e

View file

@ -2078,25 +2078,3 @@ void GetMonLevelUpWindowStats(struct Pokemon *mon, u16 *statStoreLocation)
statStoreLocation[STAT_SPATK] = GetMonData(mon, MON_DATA_SPATK); statStoreLocation[STAT_SPATK] = GetMonData(mon, MON_DATA_SPATK);
statStoreLocation[STAT_SPDEF] = GetMonData(mon, MON_DATA_SPDEF); statStoreLocation[STAT_SPDEF] = GetMonData(mon, MON_DATA_SPDEF);
} }