summaryrefslogtreecommitdiff
path: root/include/battle_setup.h
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-04-02 03:22:07 -0400
committerhuderlem <huderlem@gmail.com>2019-04-02 07:28:30 -0500
commit6916f09cd5cdb508e270bfba40f1bd165a16762f (patch)
tree19ad67a13b2aa13ef1178d47460c9f01734e81ed /include/battle_setup.h
parent65d8b68f9db02252ae5e4ba8ee779218eb67f135 (diff)
Expand MatchCallStruct defs, use REMATCH_* enum
Diffstat (limited to 'include/battle_setup.h')
-rw-r--r--include/battle_setup.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/battle_setup.h b/include/battle_setup.h
index 3b327e3f7..e3faa5dcf 100644
--- a/include/battle_setup.h
+++ b/include/battle_setup.h
@@ -1,10 +1,11 @@
#ifndef GUARD_BATTLE_SETUP_H
#define GUARD_BATTLE_SETUP_H
+#include "gym_leader_rematch.h"
+
#define REMATCHES_COUNT 5
#define REMATCH_TABLE_ENTRIES 78
-#define REMATCH_WALLY_ENTRY 64
-#define REMATCH_ELITE_FOUR_ENTRIES 73
+#define REMATCH_ELITE_FOUR_ENTRIES REMATCH_SIDNEY
struct RematchTrainer
{