diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 20:32:27 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 20:32:27 +0100 |
commit | f58cc47e173900537200c796501386f4e3a1f0d6 (patch) | |
tree | 736036a1a493ad2d10b9418996350a247c0ff637 /src/lottery_corner.c | |
parent | 27ee7d567e34b76c737c4920cfeccc36e6221543 (diff) |
USE RGB constants in hall of fame
Diffstat (limited to 'src/lottery_corner.c')
-rw-r--r-- | src/lottery_corner.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lottery_corner.c b/src/lottery_corner.c index f04fd0bdd..bd7d17ef7 100644 --- a/src/lottery_corner.c +++ b/src/lottery_corner.c @@ -60,7 +60,6 @@ void PickLotteryCornerTicket(void) { struct Pokemon *mon = &gPlayerParty[i]; - // UB: Too few arguments for function GetMonData if (GetMonData(mon, MON_DATA_SPECIES) != SPECIES_NONE) { // do not calculate ticket values for eggs. |