mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-09-11 03:06:00 -05:00
Document Battle Hall struct Init and save data (#1189)
Some checks are pending
build / build (push) Waiting to run
Some checks are pending
build / build (push) Waiting to run
This commit is contained in:
@@ -144,9 +144,9 @@ ScriptCommand(FRSCRCMD_BATTLETOWER_STARTBATTLE, FrontierScrCmd_BattleTo
|
||||
ScriptCommand(FRSCRCMD_BATTLETOWER_CHECKWONBATTLE, FrontierScrCmd_BattleTower_CheckWonBattle)
|
||||
ScriptCommand(FRSCRCMD_89, FrontierScrCmd_89)
|
||||
ScriptCommand(FRSCRCMD_8A, FrontierScrCmd_8A)
|
||||
ScriptCommand(FRSCRCMD_8B, FrontierScrCmd_8B)
|
||||
ScriptCommand(FRSCRCMD_INITBATTLEHALL, FrontierScrCmd_InitBattleHall)
|
||||
ScriptCommand(FRSCRCMD_8C, FrontierScrCmd_8C)
|
||||
ScriptCommand(FRSCRCMD_8D, FrontierScrCmd_8D)
|
||||
ScriptCommand(FRSCRCMD_FREEBATTLEHALL, FrontierScrCmd_FreeBattleHall)
|
||||
ScriptCommand(FRSCRCMD_OPENBATTLEHALLAPP, FrontierScrCmd_OpenBattleHallApp)
|
||||
ScriptCommand(FRSCRCMD_BATTLEHALL_CLEANUPBATTLE, FrontierScrCmd_BattleHall_CleanupBattle)
|
||||
ScriptCommand(FRSCRCMD_BATTLEHALL_STARTBATTLE, FrontierScrCmd_BattleHall_StartBattle)
|
||||
|
||||
Reference in New Issue
Block a user