mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-08-25 10:55:40 -05:00
TRUE -> FALSE for checksum match
This commit is contained in:
@@ -96,7 +96,7 @@ BOOL ScrCmd_CheckForJubilifeLotteryWinner(ScriptContext *context)
|
||||
}
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
BOOL ScrCmd_RandomizeJubilifeLottery(ScriptContext *ctx)
|
||||
|
||||
Reference in New Issue
Block a user