diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-13 16:31:01 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-16 13:02:35 -0600 |
commit | 3bbdee61b823d7a6c54792062b7fd27e8c574f00 (patch) | |
tree | 1c97f296a9b7abe635c495274142a9b497699760 /include/trainer_hill.h | |
parent | 5e01871f8b00d6b0ef4921a35e0b2bf18c7b4183 (diff) |
Clean up Trainer Hill doc
Diffstat (limited to 'include/trainer_hill.h')
-rw-r--r-- | include/trainer_hill.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trainer_hill.h b/include/trainer_hill.h index dec38b2f3..c07aeb6d7 100644 --- a/include/trainer_hill.h +++ b/include/trainer_hill.h @@ -40,7 +40,7 @@ struct TrHillFloor struct TrHillTag { - u8 trainerType; + u8 numTrainers; u8 unused1; u8 numFloors; u32 checksum; |