diff --git a/src/lottery_corner.c b/src/lottery_corner.c index 117a5d6331..a95e37d5a9 100644 --- a/src/lottery_corner.c +++ b/src/lottery_corner.c @@ -26,7 +26,7 @@ void ResetLotteryCorner(void) u16 rand = Random(); SetLotteryNumber((Random() << 16) | rand); - VarSet(VAR_POKELOT_PRIZE_ITEM, 0); + VarSet(VAR_POKELOT_PRIZE_ITEM, ITEM_NONE); } void SetRandomLotteryNumber(u16 i)