Document Trainer Tower scripts

This commit is contained in:
GriffinR
2020-01-23 14:46:03 -05:00
parent e97d3532d4
commit ef1f9ead0b
123 changed files with 2099 additions and 1959 deletions
+11 -12
View File
@@ -691,19 +691,18 @@ struct MEventBuffers
/*0x344 0x3464*/ u32 unk_344[2][5];
}; // 0x36C 0x348C
struct TrainerTowerLog
struct TrainerTower
{
u32 unk0;
u32 unk4;
u8 unk8;
u32 timer;
u32 bestTime;
u8 floorsCleared;
u8 unk9;
u8 unkA_0:1;
u8 unkA_1:1;
u8 unkA_2:1;
u8 unkA_3:1;
u8 receivedPrize:1;
u8 checkedFinalTime:1;
u8 spokeToOwner:1;
u8 hasLost:1;
u8 unkA_4:1;
u8 unkA_5:1;
u8 unkA_6:2;
u8 validated:1;
};
struct TrainerRematchState
@@ -776,8 +775,8 @@ struct SaveBlock1
/*0x3BA8*/ struct TrainerNameRecord trainerNameRecords[20];
/*0x3C98*/ struct DaycareMon route5DayCareMon;
/*0x3D24*/ u8 filler3D24[0x10];
/*0x3D34*/ u32 unkArrayIdx;
/*0x3D38*/ struct TrainerTowerLog unkArray[4];
/*0x3D34*/ u32 towerChallengeId;
/*0x3D38*/ struct TrainerTower trainerTower[NUM_TOWER_CHALLENGE_TYPES];
};
struct MapPosition