Improve documentation of trainer tower sets

This commit is contained in:
PikalaxALT
2021-04-28 20:44:15 -04:00
parent 46a98a8f8d
commit 9a91476b81
3 changed files with 473 additions and 457 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ struct TrainerTowerTrainer
struct TrainerTowerFloor
{
/* 0x000 */ u8 flags;
/* 0x000 */ u8 id;
/* 0x001 */ u8 floorIdx;
/* 0x002 */ u8 challengeType;
/* 0x003 */ u8 prize;
+16
View File
@@ -11,6 +11,22 @@
#define CHALLENGE_STATUS_UNK 1 // Never set, possibly e-Card related
#define CHALLENGE_STATUS_NORMAL 2 // Not started or ongoing
#define TTPRIZE_HP_UP 0
#define TTPRIZE_PROTEIN 1
#define TTPRIZE_IRON 2
#define TTPRIZE_CARBOS 3
#define TTPRIZE_CALCIUM 4
#define TTPRIZE_ZINC 5
#define TTPRIZE_BRIGHT_POWDER 6
#define TTPRIZE_WHITE_HERB 7
#define TTPRIZE_MENTAL_HERB 8
#define TTPRIZE_CHOICE_BAND 9
#define TTPRIZE_KINGS_ROCK 10
#define TTPRIZE_SCOPE_LENS 11
#define TTPRIZE_METAL_COAT 12
#define TTPRIZE_DRAGON_SCALE 13
#define TTPRIZE_UP_GRADE 14
#define MAX_TRAINER_TOWER_FLOORS 8
#define MAX_TRAINERS_PER_FLOOR 3
+456 -456
View File
File diff suppressed because it is too large Load Diff