diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-05-07 14:11:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 14:11:38 -0400 |
commit | f4130c59323b6a010e66ec50deffaa97bb084931 (patch) | |
tree | 7c0bedfc384fbe5870031e51dec3508aae361709 /include/cereader_tool.h | |
parent | bfce7b67edc5630137f953ba00f6825d279ecd0a (diff) | |
parent | b79634e2f34ac0b7034702dd81183af201dd8ed1 (diff) |
Merge pull request #428 from PikalaxALT/trainer_tower_to_c
Trainer tower sets to C
Diffstat (limited to 'include/cereader_tool.h')
-rw-r--r-- | include/cereader_tool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/cereader_tool.h b/include/cereader_tool.h index dd1866fb3..5dd0a7589 100644 --- a/include/cereader_tool.h +++ b/include/cereader_tool.h @@ -8,7 +8,7 @@ struct TrainerTowerTrainer { /* 0x000 */ u8 name[11]; /* 0x00B */ u8 facilityClass; - /* 0x00C */ u8 gender; + /* 0x00C */ u8 textColor; /* 0x00E */ u16 speechBefore[6]; /* 0x01A */ u16 speechWin[6]; /* 0x026 */ u16 speechLose[6]; @@ -18,7 +18,7 @@ struct TrainerTowerTrainer struct TrainerTowerFloor { - /* 0x000 */ u8 unk_000; + /* 0x000 */ u8 id; /* 0x001 */ u8 floorIdx; /* 0x002 */ u8 challengeType; /* 0x003 */ u8 prize; |