mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 00:32:20 -05:00
11 lines
346 B
C
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
|