Document unused battle park scripts (#1124)

This commit is contained in:
Viperio
2026-05-03 21:34:21 +02:00
committed by GitHub
parent 4e92d91558
commit f7ed98d3f6
33 changed files with 790 additions and 785 deletions

View File

@@ -668,11 +668,11 @@ ScriptCommand(SCRCMD_GETUNDERGROUNDTALKCOUNTER, ScrCm
ScriptCommand(SCRCMD_SHOWBATTLEPOINTS, ScrCmd_ShowBattlePoints)
ScriptCommand(SCRCMD_HIDEBATTLEPOINTS, ScrCmd_HideBattlePoints)
ScriptCommand(SCRCMD_UPDATEBPDISPLAY, ScrCmd_UpdateBPDisplay)
ScriptCommand(SCRCMD_297, ScrCmd_297)
ScriptCommand(SCRCMD_298, ScrCmd_298)
ScriptCommand(SCRCMD_299, ScrCmd_299)
ScriptCommand(SCRCMD_29A, ScrCmd_29A)
ScriptCommand(SCRCMD_29B, ScrCmd_29B)
ScriptCommand(SCRCMD_GETBATTLEPOINTS, ScrCmd_GetBattlePoints)
ScriptCommand(SCRCMD_GIVEBATTLEPOINTS, ScrCmd_GiveBattlePoints)
ScriptCommand(SCRCMD_REMOVEBATTLEPOINTS, ScrCmd_RemoveBattlePoints)
ScriptCommand(SCRCMD_CHECKBATTLEPOINTS, ScrCmd_CheckBattlePoints)
ScriptCommand(SCRCMD_GetExchangeServiceCornerItemAndCost, ScrCmd_GetExchangeServiceCornerItemAndCost)
ScriptCommand(SCRCMD_CALCULATETRAINERINFOAPPEARANCE, ScrCmd_CalculateTrainerInfoAppearance)
ScriptCommand(SCRCMD_ADDMENUENTRY, ScrCmd_AddMenuEntry)
ScriptCommand(SCRCMD_29E, ScrCmd_29E)