Document contest common script (#1163)

This commit is contained in:
Viperio
2026-05-19 01:15:50 +02:00
committed by GitHub
parent cb04557fab
commit b94ec29c57
10 changed files with 887 additions and 896 deletions

View File

@@ -410,7 +410,7 @@ ScriptCommand(SCRCMD_SELECTMOVETUTORPOKEMON, ScrCm
ScriptCommand(SCRCMD_OPENPARTYMENUFORUNIONROOMBATTLE, ScrCmd_OpenPartyMenuForUnionRoomBattle)
ScriptCommand(SCRCMD_GETSELECTEDPARTYSLOT, ScrCmd_GetSelectedPartySlot)
ScriptCommand(SCRCMD_OPENPARTYMENUFORCONTEST, ScrCmd_OpenPartyMenuForContest)
ScriptCommand(SCRCMD_TRYENTERCONTESTMON, ScrCmd_TryEnterContestMon)
ScriptCommand(SCRCMD_GETCONTESTPARTYMENURESULT, ScrCmd_GetContestPartyMenuResult)
ScriptCommand(SCRCMD_SETMONSUMMARY, ScrCmd_SetMonSummary)
ScriptCommand(SCRCMD_GETMONPARTYSLOT, ScrCmd_GetMonPartySlot)
ScriptCommand(SCRCMD_GETPARTYMONSPECIES, ScrCmd_GetPartyMonSpecies)