Name more unknown vars

This commit is contained in:
Phlosioneer
2019-02-27 15:18:56 -05:00
parent 4137dd7b0b
commit 648fc3d4f3
26 changed files with 141 additions and 141 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ void ResetLotteryCorner(void)
u16 rand = Random();
SetLotteryNumber((Random() << 16) | rand);
VarSet(VAR_POKELOT_PRIZE, 0);
VarSet(VAR_POKELOT_PRIZE_ITEM, 0);
}
void SetRandomLotteryNumber(u16 i)