fix various battle mode behaviors

This commit is contained in:
Martin Michelsen
2023-11-13 15:42:17 -08:00
parent c5f047dc0d
commit 08fbbd50ad
6 changed files with 47 additions and 31 deletions
+2 -2
View File
@@ -5510,9 +5510,9 @@ struct G_ExchangeItemForTeamPoints_BB_6xCC {
// 6xCE: Accept master transfer (BB)
// Same format as 6xC1
// 6xCF: Restart battle (BB)
// 6xCF: Start battle (BB)
struct G_RestartBattle_BB_6xCF {
struct G_StartBattle_BB_6xCF {
G_UnusedHeader header;
BattleRules rules;
} __packed__;