Document most of the Battle Hall logic (#1220)
Some checks are pending
build / build (push) Waiting to run

This commit is contained in:
VicSevenT
2026-06-24 12:40:38 -05:00
committed by GitHub
parent 5b1097330b
commit 82e69c3d4a
40 changed files with 2207 additions and 2470 deletions

View File

@@ -145,16 +145,16 @@ ScriptCommand(FRSCRCMD_BATTLETOWER_CHECKWONBATTLE, FrontierScrCmd_BattleTo
ScriptCommand(FRSCRCMD_89, FrontierScrCmd_89)
ScriptCommand(FRSCRCMD_8A, FrontierScrCmd_8A)
ScriptCommand(FRSCRCMD_INITBATTLEHALL, FrontierScrCmd_InitBattleHall)
ScriptCommand(FRSCRCMD_8C, FrontierScrCmd_8C)
ScriptCommand(FRSCRCMD_BATTLEHALL_SETUP_NEXT_OPPONENT, FrontierScrCmd_BattleHall_SetupNextOpponent)
ScriptCommand(FRSCRCMD_FREEBATTLEHALL, FrontierScrCmd_FreeBattleHall)
ScriptCommand(FRSCRCMD_OPENBATTLEHALLAPP, FrontierScrCmd_OpenBattleHallApp)
ScriptCommand(FRSCRCMD_BATTLEHALL_CLEANUPBATTLE, FrontierScrCmd_BattleHall_CleanupBattle)
ScriptCommand(FRSCRCMD_BATTLEHALL_STARTBATTLE, FrontierScrCmd_BattleHall_StartBattle)
ScriptCommand(FRSCRCMD_CALLBATTLEHALLFUNCTION, FrontierScrCmd_CallBattleHallFunction)
ScriptCommand(FRSCRCMD_BATTLEHALL_CHECKWONBATTLE, FrontierScrCmd_BattleHall_CheckWonBattle)
ScriptCommand(FRSCRCMD_93, FrontierScrCmd_93)
ScriptCommand(FRSCRCMD_BATTLEHALL_SENDCOMMMESSAGE, FrontierScrCmd_BattleHall_SendCommMessage)
ScriptCommand(FRSCRCMD_94, FrontierScrCmd_94)
ScriptCommand(FRSCRCMD_95, FrontierScrCmd_95)
ScriptCommand(FRSCRCMD_BATTLEHALL_PRINTTRAINERINTRO, FrontierScrCmd_BattleHall_PrintTrainerIntro)
ScriptCommand(FRSCRCMD_DUMMY96, FrontierScrCmd_Dummy96)
ScriptCommand(FRSCRCMD_97, FrontierScrCmd_97)
ScriptCommand(FRSCRCMD_98, FrontierScrCmd_98)