Clean up Trainer Hill doc

This commit is contained in:
GriffinR
2019-11-13 16:31:01 -05:00
committed by huderlem
parent 5e01871f8b
commit 3bbdee61b8
6 changed files with 28 additions and 25 deletions

View File

@@ -8,7 +8,8 @@
#define TRAINER_HILL_ROOF 5
#define TRAINER_HILL_ENTRANCE 6
#define NUM_TRAINER_HILL_FLOORS 4
#define NUM_TRAINER_HILL_FLOORS 4
#define NUM_TRAINER_HILL_FLOORS_JP 2
#define NUM_TRAINER_HILL_PRIZE_LISTS 10
@@ -36,8 +37,8 @@
#define TRAINER_HILL_TEXT_PLAYER_WON 4
#define TRAINER_HILL_TEXT_AFTER 5
#define HILL_TRAINER_TYPE_EREADER 4
#define HILL_TRAINER_TYPE_NPC 8
#define NUM_TRAINER_HILL_TRAINERS (NUM_TRAINER_HILL_FLOORS * 2)
#define NUM_TRAINER_HILL_TRAINERS_JP (NUM_TRAINER_HILL_FLOORS_JP * 2)
// Values returned by TrainerHillGetChallengeStatus
#define TRAINER_HILL_PLAYER_STATUS_LOST 0

View File

@@ -40,7 +40,7 @@ struct TrHillFloor
struct TrHillTag
{
u8 trainerType;
u8 numTrainers;
u8 unused1;
u8 numFloors;
u32 checksum;