Fix formatting.
This commit is contained in:
parent
91a94a0ca1
commit
64da3d051e
1 changed files with 43 additions and 65 deletions
|
@ -2078,25 +2078,3 @@ void GetMonLevelUpWindowStats(struct Pokemon *mon, u16 *statStoreLocation)
|
|||
statStoreLocation[STAT_SPATK] = GetMonData(mon, MON_DATA_SPATK);
|
||||
statStoreLocation[STAT_SPDEF] = GetMonData(mon, MON_DATA_SPDEF);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue