Document pokemon center common scripts (#1174)

This commit is contained in:
Viperio
2026-06-04 09:07:44 +02:00
committed by GitHub
parent 905efcba48
commit 4f7e7f5263
81 changed files with 2087 additions and 2089 deletions

View File

@@ -520,7 +520,7 @@ ScriptCommand(SCRCMD_MESSAGESEENBANLISTSPECIES, ScrCm
ScriptCommand(SCRCMD_GETPREVIOUSMAPID, ScrCmd_GetPreviousMapID)
ScriptCommand(SCRCMD_GETCURRENTMAPID, ScrCmd_GetCurrentMapID)
ScriptCommand(SCRCMD_STARTENDSAFARIGAME, ScrCmd_StartEndSafariGame)
ScriptCommand(SCRCMD_203, ScrCmd_203)
ScriptCommand(SCRCMD_WARPTOCOLOSSEUM, ScrCmd_WarpToColosseum)
ScriptCommand(SCRCMD_204, ScrCmd_204)
ScriptCommand(SCRCMD_205, ScrCmd_205)
ScriptCommand(SCRCMD_STARTGREATMARSHLOOKOUT, ScrCmd_StartGreatMarshLookout)
@@ -574,7 +574,7 @@ ScriptCommand(SCRCMD_CALLTVBROADCAST, ScrCm
ScriptCommand(SCRCMD_SAVETVSEGMENTHIDDENITEM, ScrCmd_SaveTVSegmentHiddenItem)
ScriptCommand(SCRCMD_CALLTVINTERVIEW, ScrCmd_CallTVInterview)
ScriptCommand(SCRCMD_CHECKTVINTERVIEWELIGIBLE, ScrCmd_CheckTVInterviewEligible)
ScriptCommand(SCRCMD_239, ScrCmd_239)
ScriptCommand(SCRCMD_OPENBATTLEREGULATIONMENU, ScrCmd_OpenBattleRegulationMenu)
ScriptCommand(SCRCMD_GETPARTYMONFOOTPRINTTYPE, ScrCmd_GetPartyMonFootprintType)
ScriptCommand(SCRCMD_PLAYPOKECENTERHEALINGANIMATION, ScrCmd_PlayPokecenterHealingAnimation)
ScriptCommand(SCRCMD_PLAYELEVATORANIMATION, ScrCmd_PlayElevatorAnimation)
@@ -680,8 +680,8 @@ ScriptCommand(SCRCMD_29F, ScrCm
ScriptCommand(SCRCMD_STARTTAGBATTLE, ScrCmd_StartTagBattle)
ScriptCommand(SCRCMD_UNUSED_2A1, ScrCmd_Unused_2A1)
ScriptCommand(SCRCMD_TRYSETUNUSEDCOLLECTEDORBFLAG, ScrCmd_TrySetUnusedCollectedOrbFlag)
ScriptCommand(SCRCMD_2A3, ScrCmd_2A3)
ScriptCommand(SCRCMD_2A4, ScrCmd_2A4)
ScriptCommand(SCRCMD_CHECKHASWIFILISTVALIDLOGIN, ScrCmd_CheckHasWiFiListValidLogin)
ScriptCommand(SCRCMD_GETWIFLISTVALIDFRIENDSCOUNT, ScrCmd_GetWiFListValidFriendsCount)
ScriptCommand(SCRCMD_OPENPARTYMENUFORTRADE, ScrCmd_OpenPartyMenuForTrade)
ScriptCommand(SCRCMD_GETGAMECORNERPRIZEDATA, ScrCmd_GetGameCornerPrizeData)
ScriptCommand(SCRCMD_CHECKITEMISPLATE, ScrCmd_CheckItemIsPlate)
@@ -802,13 +802,13 @@ ScriptCommand(SCRCMD_STARTGIRATINAORIGINBATTLE, ScrCm
ScriptCommand(SCRCMD_SETSPECIESSEEN, ScrCmd_SetSpeciesSeen)
ScriptCommand(SCRCMD_GETCURRENTSAFARIGAMECAUGHTNUM, ScrCmd_GetCurrentSafariGameCaughtNum)
ScriptCommand(SCRCMD_FINDPARTYSLOTWITHFATEFULENCOUNTERSPECIES, ScrCmd_FindPartySlotWithFatefulEncounterSpecies)
ScriptCommand(SCRCMD_31D, ScrCmd_31D)
ScriptCommand(SCRCMD_TRYREVERTPARTYPOKEMONFORMS, ScrCmd_TryRevertPartyPokemonForms)
ScriptCommand(SCRCMD_TRYREVERTPOKEMONFORM, ScrCmd_TryRevertPokemonForm)
ScriptCommand(SCRCMD_RESETDISTORTIONWORLDPERSISTEDCAMERAANGLES, ScrCmd_ResetDistortionWorldPersistedCameraAngles)
ScriptCommand(SCRCMD_DODWWARP, ScrCmd_DoDWWarp)
ScriptCommand(SCRCMD_STARTDISTORTIONWORLDGIRATINASHADOWEVENT, ScrCmd_StartDistortionWorldGiratinaShadowEvent)
ScriptCommand(SCRCMD_FINISHDISTORTIONWORLDGIRATINASHADOWEVENT, ScrCmd_FinishDistortionWorldGiratinaShadowEvent)
ScriptCommand(SCRCMD_323, ScrCmd_323)
ScriptCommand(SCRCMD_CHECKNOWIFIPLAZACOOLDOWN, ScrCmd_CheckNoWiFiPlazaCooldown)
ScriptCommand(SCRCMD_GETBATTLEHALLRECORDKEEPERSTATS, ScrCmd_GetBattleHallRecordKeeperStats)
ScriptCommand(SCRCMD_GETNUMSPECIESWITHBATTLEHALLRECORDS, ScrCmd_GetNumSpeciesWithBattleHallRecords)
ScriptCommand(SCRCMD_GETBATTLEHALLTOTALSINGLESRECORD, ScrCmd_GetBattleHallTotalSinglesRecord)