diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-12-05 22:34:55 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-12-06 02:35:08 -0500 |
commit | cc9b923dc29c9ab855283fdf24687e16d7451b13 (patch) | |
tree | 97cccec0ea563514d2eec65ec380e2c1e09206c2 /include/gym_leader_rematch.h | |
parent | 548af3c0f1a2807e791fe7bbfe1fc57ddb726c5e (diff) |
More pokenav match call documentation
Diffstat (limited to 'include/gym_leader_rematch.h')
-rw-r--r-- | include/gym_leader_rematch.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/gym_leader_rematch.h b/include/gym_leader_rematch.h index 473d7b1c1..ac365a41a 100644 --- a/include/gym_leader_rematch.h +++ b/include/gym_leader_rematch.h @@ -66,7 +66,7 @@ enum { REMATCH_TRENT, REMATCH_SAWYER, REMATCH_KIRA_AND_DAN, - REMATCH_WALLY_3, + REMATCH_WALLY_3, // Entries above WALLY are considered normal NPCs REMATCH_ROXANNE, REMATCH_BRAWLY, REMATCH_WATTSON, @@ -83,6 +83,9 @@ enum { REMATCH_TABLE_ENTRIES // The total number of rematch entries. Must be last in enum }; +#define REMATCH_NORMAL_NPC_END REMATCH_WALLY_3 +#define REMATCH_ELITE_FOUR_ENTRIES REMATCH_SIDNEY + void UpdateGymLeaderRematch(void); #endif //GUARD_TRAINER_REMATCH_H |