Document field moves script (#1197)
Some checks failed
build / build (push) Has been cancelled

Co-authored-by: Rachel <rachel@lhea.me>
This commit is contained in:
Viperio
2026-06-14 03:35:43 +02:00
committed by GitHub
parent e0f76112d5
commit 986940f67b
8 changed files with 188 additions and 183 deletions

View File

@@ -202,7 +202,7 @@ ScriptCommand(SCRCMD_USEWATERFALL, ScrCm
ScriptCommand(SCRCMD_USEFLY, ScrCmd_UseFly)
ScriptCommand(SCRCMD_0C3, ScrCmd_0C3)
ScriptCommand(SCRCMD_0C4, ScrCmd_0C4)
ScriptCommand(SCRCMD_0C5, ScrCmd_0C5)
ScriptCommand(SCRCMD_PLAYHMCUTIN, ScrCmd_PlayHMCutIn)
ScriptCommand(SCRCMD_CHANGEINTOCONTESTATTIRE, ScrCmd_ChangeIntoContestAttire)
ScriptCommand(SCRCMD_CHECKPLAYERONBIKE, ScrCmd_CheckPlayerOnBike)
ScriptCommand(SCRCMD_SETPLAYERBIKE, ScrCmd_SetPlayerBike)
@@ -468,9 +468,9 @@ ScriptCommand(SCRCMD_BUFFERPARTYMOVENAME, ScrCm
ScriptCommand(SCRCMD_GIVEJOURNAL, ScrCmd_GiveJournal)
ScriptCommand(SCRCMD_CREATEJOURNALEVENT, ScrCmd_CreateJournalEvent)
ScriptCommand(SCRCMD_UNUSED_1CE, ScrCmd_Unused_1CE)
ScriptCommand(SCRCMD_STRENGTH, ScrCmd_Strength)
ScriptCommand(SCRCMD_FLASH, ScrCmd_Flash)
ScriptCommand(SCRCMD_DEFOG, ScrCmd_Defog)
ScriptCommand(SCRCMD_DOSTRENGTHFUNC, ScrCmd_DoStrengthFunc)
ScriptCommand(SCRCMD_DOFLASHFUNC, ScrCmd_DoFlashFunc)
ScriptCommand(SCRCMD_DODEFOGFUNC, ScrCmd_DoDefogFunc)
ScriptCommand(SCRCMD_ADDACCESSORY, ScrCmd_AddAccessory)
ScriptCommand(SCRCMD_CANFITACCESSORY, ScrCmd_CanFitAccessory)
ScriptCommand(SCRCMD_UNUSED_1D4, ScrCmd_Unused_1D4)
@@ -675,7 +675,7 @@ ScriptCommand(SCRCMD_CHECKBATTLEPOINTS, ScrCm
ScriptCommand(SCRCMD_GetExchangeServiceCornerItemAndCost, ScrCmd_GetExchangeServiceCornerItemAndCost)
ScriptCommand(SCRCMD_CALCULATETRAINERINFOAPPEARANCE, ScrCmd_CalculateTrainerInfoAppearance)
ScriptCommand(SCRCMD_ADDMENUENTRY, ScrCmd_AddMenuEntry)
ScriptCommand(SCRCMD_29E, ScrCmd_29E)
ScriptCommand(SCRCMD_STARTDESTROYOBSTACLEANIMATION, ScrCmd_StartDestroyObstacleAnimation)
ScriptCommand(SCRCMD_29F, ScrCmd_29F)
ScriptCommand(SCRCMD_STARTTAGBATTLE, ScrCmd_StartTagBattle)
ScriptCommand(SCRCMD_UNUSED_2A1, ScrCmd_Unused_2A1)