pokeplatinum/include/scrcmd_jubilife_lottery.h
narf0708@gmail.com 4fe2b5aaf2 More PR feedback
2025-02-23 17:25:35 -05:00

11 lines
346 B
C

#ifndef POKEPLATINUM_SCRCMD_JUBILIFE_LOTTERY_H
#define POKEPLATINUM_JubilifeLottery_H
#include "field_script_context.h"
BOOL ScrCmd_GetJubilifeLotteryTrainerID(ScriptContext *ctx);
BOOL ScrCmd_CheckForJubilifeLotteryWinner(ScriptContext *ctx);
BOOL ScrCmd_RandomizeJubilifeLottery(ScriptContext *ctx);
#endif // POKEPLATINUM_JubilifeLottery_H