summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-01-08 11:01:15 -0500
committerGitHub <noreply@github.com>2019-01-08 11:01:15 -0500
commit01e0d0430f3b596ac082e65aea266ee09c2ebd58 (patch)
treef7c2c662942eee5d3289914e3d49ae3eade84edc /src
parent8f7400809626c0f72dfe751665126f94181fd7c1 (diff)
parentb9979f71e7d21f3ebab282dfd9351517c98a5bbe (diff)
Merge pull request #40 from PikalaxALT/trainer_tower
Trainer tower (finish)
Diffstat (limited to 'src')
-rw-r--r--src/pokemon.c4
-rw-r--r--src/trainer_tower.c678
2 files changed, 674 insertions, 8 deletions
diff --git a/src/pokemon.c b/src/pokemon.c
index 5cd2cd2d7..9d902f901 100644
--- a/src/pokemon.c
+++ b/src/pokemon.c
@@ -351,7 +351,7 @@ void CreateMonWithEVSpread(struct Pokemon *mon, u16 species, u8 level, u8 fixedI
CalculateMonStats(mon);
}
-void sub_803E0A4(struct Pokemon *mon, struct UnknownPokemonStruct *src)
+void sub_803E0A4(struct Pokemon *mon, struct BattleTowerPokemon *src)
{
s32 i;
u8 value;
@@ -410,7 +410,7 @@ void CreateObedientMon(struct Pokemon *mon, u16 species, u8 level, u8 fixedIV, u
SetMonData(mon, MON_DATA_OBEDIENCE, &obedient);
}
-void sub_803E23C(struct Pokemon *mon, struct UnknownPokemonStruct *dest)
+void sub_803E23C(struct Pokemon *mon, struct BattleTowerPokemon *dest)
{
s32 i;
u16 heldItem;
diff --git a/src/trainer_tower.c b/src/trainer_tower.c
index f4e18eee6..ef34c1629 100644
--- a/src/trainer_tower.c
+++ b/src/trainer_tower.c
@@ -3,6 +3,8 @@
#include "task.h"
#include "constants/flags.h"
#include "constants/vars.h"
+#include "constants/items.h"
+#include "constants/species.h"
#include "malloc.h"
#include "save.h"
#include "util.h"
@@ -18,6 +20,10 @@
#include "battle_2.h"
#include "overworld.h"
#include "item.h"
+#include "window.h"
+#include "menu.h"
+#include "new_menu_helpers.h"
+#include "sound.h"
struct UnkStruct_8479D34
{
@@ -98,6 +104,12 @@ struct UnkStruct_847A024
bool8 unk4;
};
+struct UnkStruct_847A074
+{
+ u8 unk0;
+ u8 unk1;
+};
+
EWRAM_DATA struct UnkStruct_203F458 * gUnknown_203F458 = NULL;
EWRAM_DATA struct UnkStruct_203F45C * gUnknown_203F45C = NULL;
@@ -129,18 +141,429 @@ void sub_815E908(void);
void sub_815E948(void);
void sub_815E9C8(void);
void sub_815E9FC(void);
+static s32 GetPartyMaxLevel(void);
void sub_815EC0C(void);
u32 sub_815EDDC(u32 *);
void sub_815EDF4(u32 *, u32);
-extern const struct UnkStruct_8479D34 gUnknown_8479D34[15];
-extern const struct UnkStruct_8479ED8 gUnknown_8479ED8[83];
-extern const struct UnkStruct_847A024 gUnknown_847A024[10];
-extern void (*const gUnknown_847A230[])(void);
+extern const u8 gUnknown_83FE982[];
+extern const u8 gUnknown_83FE998[];
+extern const u8 *const gUnknown_83FE9C4[];
+
+const struct UnkStruct_8479D34 gUnknown_8479D34[] = {
+ {
+ 0x03, 0x26,
+ .flags1 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0x99, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x27,
+ .flags1 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0x9a, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x01, 0x1f,
+ .flags1 = {0x4c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0x46, 0x47, 0x48, 0x49, 0x4a, 0x4b, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x01, 0x22,
+ .flags1 = {0x53, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0x4d, 0x4e, 0x4f, 0x50, 0x51, 0x52, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x41,
+ .flags1 = {0x40, 0x41, 0x42, 0x43, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x01, 0x02,
+ .flags1 = {0x54, 0x55, 0x56, 0x57, 0x58, 0x59, 0xff, 0xff},
+ .flags2 = {0x54, 0x55, 0x56, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x01, 0x6d,
+ .flags1 = {0x5b, 0x5d, 0x5e, 0x5f, 0x63, 0x64, 0x65, 0x66},
+ .flags2 = {0x5b, 0x5d, 0x5e, 0x5f, 0x63, 0x64, 0x65, 0xff},
+ .flags3 = {0x5a, 0x5c, 0x60, 0x61, 0x62, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x2e,
+ .flags1 = {0x6b, 0x6c, 0x6d, 0x6e, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0x67, 0x68, 0x69, 0x6a, 0x6b, 0x6c, 0xff, 0xff},
+ .flags3 = {0x6b, 0x6c, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x30,
+ .flags1 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0xa6, 0xa7, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x0f,
+ .flags1 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0xa8, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xa9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x39,
+ .flags1 = {0xaa, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x36,
+ .flags1 = {0xae, 0xb0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0xaf, 0xb1, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x3a,
+ .flags1 = {0xb2, 0xb3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x3b,
+ .flags1 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xb4, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+ {
+ 0x03, 0x3e,
+ .flags1 = {0xb9, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags2 = {0xba, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff},
+ .flags3 = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff}
+ },
+};
+
+const struct UnkStruct_8479ED8 gUnknown_8479ED8[] = {
+ {0x1c, 0x03, 0x01},
+ {0x38, 0x04, 0x00},
+ {0x25, 0x06, 0x01},
+ {0x26, 0x07, 0x00},
+ {0x29, 0x08, 0x00},
+ {0x2a, 0x09, 0x01},
+ {0x34, 0x0a, 0x00},
+ {0x1c, 0x0b, 0x01},
+ {0x1d, 0x0c, 0x01},
+ {0x13, 0x0d, 0x00},
+ {0x34, 0x0e, 0x00},
+ {0x2d, 0x0f, 0x00},
+ {0x36, 0x10, 0x00},
+ {0x1a, 0x11, 0x00},
+ {0x1a, 0x12, 0x00},
+ {0x27, 0x13, 0x00},
+ {0x34, 0x14, 0x00},
+ {0x13, 0x15, 0x00},
+ {0x17, 0x16, 0x01},
+ {0x3d, 0x17, 0x00},
+ {0x13, 0x1d, 0x00},
+ {0x17, 0x1e, 0x01},
+ {0x1e, 0x20, 0x00},
+ {0x1f, 0x21, 0x01},
+ {0x20, 0x22, 0x00},
+ {0x23, 0x23, 0x01},
+ {0x12, 0x24, 0x00},
+ {0x39, 0x26, 0x00},
+ {0x29, 0x2d, 0x00},
+ {0x1a, 0x2e, 0x00},
+ {0x10, 0x2f, 0x00},
+ {0x18, 0x30, 0x01},
+ {0x1d, 0x31, 0x01},
+ {0x2e, 0x32, 0x01},
+ {0x28, 0x33, 0x01},
+ {0x3e, 0x35, 0x00},
+ {0x1b, 0x38, 0x00},
+ {0x19, 0x40, 0x00},
+ {0x1c, 0x41, 0x01},
+ {0x27, 0x42, 0x00},
+ {0x28, 0x43, 0x01},
+ {0x16, 0x47, 0x01},
+ {0x14, 0x48, 0x00},
+ {0x38, 0x49, 0x00},
+ {0x12, 0x58, 0x00},
+ {0x14, 0x59, 0x00},
+ {0x16, 0x5a, 0x01},
+ {0x3e, 0x5b, 0x00},
+ {0x27, 0x5c, 0x00},
+ {0x28, 0x5d, 0x01},
+ {0x34, 0x5e, 0x00},
+ {0x34, 0x5f, 0x00},
+ {0x38, 0x60, 0x00},
+ {0x35, 0x61, 0x00},
+ {0x34, 0x62, 0x00},
+ {0x1e, 0x63, 0x00},
+ {0x39, 0x64, 0x00},
+ {0x2d, 0x65, 0x00},
+ {0x35, 0x66, 0x00},
+ {0x20, 0x67, 0x00},
+ {0x1d, 0x68, 0x01},
+ {0x2e, 0x69, 0x01},
+ {0x13, 0x6a, 0x00},
+ {0x1a, 0x6b, 0x00},
+ {0x1a, 0x6c, 0x00},
+ {0x19, 0x6d, 0x00},
+ {0x1a, 0x6e, 0x00},
+ {0x36, 0x6f, 0x00},
+ {0x37, 0x71, 0x00},
+ {0x29, 0x74, 0x00},
+ {0x2a, 0x75, 0x01},
+ {0x3d, 0x7a, 0x00},
+ {0x3a, 0x7d, 0x01},
+ {0x17, 0x89, 0x01},
+ {0x18, 0x8a, 0x01},
+ {0x25, 0x8b, 0x01},
+ {0x1c, 0x8c, 0x01},
+ {0x27, 0x8d, 0x00},
+ {0x28, 0x8e, 0x01},
+ {0x1c, 0x8f, 0x01},
+ {0x38, 0x90, 0x00},
+ {0x1c, 0x91, 0x01},
+ {0x16, 0x92, 0x01}
+};
+
+const struct UnkStruct_847A024 gUnknown_847A024[] = {
+ {0x1d, 0x17, 0x1f, 0x01, 0x01},
+ {0x11, 0x11, 0x34, 0x01, 0x01},
+ {0x1d, 0x19, 0x4a, 0x01, 0x00},
+ {0x20, 0x23, 0x4b, 0x00, 0x01},
+ {0x26, 0x2e, 0x4c, 0x00, 0x01},
+ {0x11, 0x11, 0x7e, 0x01, 0x01},
+ {0x29, 0x2a, 0x7f, 0x00, 0x01},
+ {0x1d, 0x19, 0x80, 0x01, 0x00},
+ {0x18, 0x36, 0x81, 0x01, 0x00},
+ {0x2e, 0x26, 0x82, 0x01, 0x00}
+};
+
+const struct UnkStruct_847A074 gUnknown_847A074[105] = {
+ {0x03, 0x06},
+ {0x37, 0x06},
+ {0x02, 0x06},
+ {0x67, 0x01},
+ {0x04, 0x01},
+ {0x24, 0x04},
+ {0x4a, 0x01},
+ {0x26, 0x01},
+ {0x2a, 0x00},
+ {0x42, 0x03},
+ {0x1b, 0x09},
+ {0x4c, 0x03},
+ {0x44, 0x03},
+ {0x21, 0x04},
+ {0x43, 0x03},
+ {0x6a, 0x01},
+ {0x5d, 0x05},
+ {0x56, 0x05},
+ {0x09, 0x05},
+ {0x11, 0x04},
+ {0x48, 0x03},
+ {0x3c, 0x00},
+ {0x29, 0x00},
+ {0x5c, 0x09},
+ {0x28, 0x09},
+ {0x06, 0x0c},
+ {0x68, 0x0b},
+ {0x05, 0x0b},
+ {0x58, 0x0d},
+ {0x16, 0x0d},
+ {0x46, 0x08},
+ {0x0f, 0x01},
+ {0x3f, 0x03},
+ {0x0e, 0x03},
+ {0x5f, 0x04},
+ {0x63, 0x04},
+ {0x50, 0x04},
+ {0x10, 0x04},
+ {0x52, 0x03},
+ {0x35, 0x04},
+ {0x5b, 0x03},
+ {0x14, 0x03},
+ {0x3d, 0x00},
+ {0x13, 0x00},
+ {0x12, 0x0b},
+ {0x30, 0x07},
+ {0x38, 0x07},
+ {0x2f, 0x07},
+ {0x3b, 0x01},
+ {0x31, 0x01},
+ {0x4e, 0x0b},
+ {0x3a, 0x00},
+ {0x32, 0x00},
+ {0x23, 0x03},
+ {0x0d, 0x0d},
+ {0x0a, 0x03},
+ {0x49, 0x01},
+ {0x0c, 0x01},
+ {0x69, 0x01},
+ {0x0b, 0x01},
+ {0x25, 0x01},
+ {0x3e, 0x02},
+ {0x27, 0x02},
+ {0x65, 0x01},
+ {0x2d, 0x01},
+ {0x61, 0x01},
+ {0x2b, 0x03},
+ {0x66, 0x05},
+ {0x2e, 0x05},
+ {0x2c, 0x00},
+ {0x5e, 0x02},
+ {0x34, 0x02},
+ {0x51, 0x00},
+ {0x59, 0x00},
+ {0x40, 0x03},
+ {0x55, 0x06},
+ {0x53, 0x06},
+ {0x4b, 0x04},
+ {0x15, 0x04},
+ {0x1a, 0x09},
+ {0x57, 0x0a},
+ {0x17, 0x01},
+ {0x47, 0x03},
+ {0x62, 0x01},
+ {0x39, 0x00},
+ {0x1d, 0x00},
+ {0x1c, 0x04},
+ {0x20, 0x00},
+ {0x4f, 0x05},
+ {0x22, 0x05},
+ {0x45, 0x0b},
+ {0x1f, 0x0b},
+ {0x5a, 0x00},
+ {0x1e, 0x00},
+ {0x08, 0x00},
+ {0x64, 0x02},
+ {0x07, 0x02},
+ {0x60, 0x08},
+ {0x36, 0x08},
+ {0x41, 0x0b},
+ {0x33, 0x0b},
+ {0x54, 0x00},
+ {0x18, 0x01},
+ {0x4d, 0x0b},
+ {0x19, 0x00}
+};
+
+const struct WindowTemplate gUnknown_847A218[] = {
+ {0, 3, 1, 27, 18, 15, 0x001},
+ DUMMY_WIN_TEMPLATE
+};
+
+const u32 gUnknown_847A228 = 0x70; // unused
+
+const struct TextColor gUnknown_847A22C = {0, 2, 3};
+
+void (*const gUnknown_847A230[])(void) = {
+ sub_815DD44,
+ sub_815DF54,
+ sub_815E160,
+ sub_815E1C0,
+ sub_815E1F0,
+ sub_815E218,
+ sub_815E28C,
+ sub_815E394,
+ sub_815E408,
+ sub_815E4B0,
+ sub_815E56C,
+ sub_815E5C4,
+ sub_815E5F0,
+ sub_815E658,
+ sub_815E720,
+ sub_815E88C,
+ sub_815E8B4,
+ sub_815E8CC,
+ sub_815E908,
+ sub_815E948,
+ sub_815E9C8
+};
+
+const u16 gUnknown_847A284[8][3] = {
+ {0x012a, 0x016e, 0x0176},
+ {0x012b, 0x016f, 0x0177},
+ {0x012c, 0x0170, 0x0178},
+ {0x012d, 0x0171, 0x0179},
+ {0x012e, 0x0172, 0x017a},
+ {0x012f, 0x0173, 0x017b},
+ {0x0130, 0x0174, 0x017c},
+ {0x0131, 0x0175, 0x017d}
+};
+
+const u16 gUnknown_847A2B4[] = {
+ ITEM_HP_UP,
+ ITEM_PROTEIN,
+ ITEM_IRON,
+ ITEM_CARBOS,
+ ITEM_CALCIUM,
+ ITEM_ZINC,
+ ITEM_BRIGHT_POWDER,
+ ITEM_WHITE_HERB,
+ ITEM_MENTAL_HERB,
+ ITEM_CHOICE_BAND,
+ ITEM_KINGS_ROCK,
+ ITEM_SCOPE_LENS,
+ ITEM_METAL_COAT,
+ ITEM_DRAGON_SCALE,
+ ITEM_UP_GRADE
+};
+
+const u16 gUnknown_847A2D2[] = {
+ 0x011d,
+ 0x011c,
+ 0x011c,
+ 0x011b,
+ 0x011d,
+ 0x011d,
+ 0x011b,
+ 0x011b,
+ 0x011d,
+ 0x011c,
+ 0x011d,
+ 0x011d,
+ 0x011d,
+ 0x011d
+};
+
+const u8 gUnknown_847A2EE[][2] = {
+ {0x00, 0x02},
+ {0x01, 0x03},
+ {0x02, 0x04},
+ {0x03, 0x05},
+ {0x04, 0x01},
+ {0x05, 0x02},
+ {0x00, 0x03},
+ {0x01, 0x04}
+};
+
+const u8 gUnknown_847A2FE[][2] = {
+ {0x00, 0x01},
+ {0x01, 0x03},
+ {0x02, 0x00},
+ {0x03, 0x04},
+ {0x04, 0x02},
+ {0x05, 0x02},
+ {0x00, 0x03},
+ {0x01, 0x05}
+};
+
+const u8 gUnknown_847A30E[][3] = {
+ {0x00, 0x02, 0x04},
+ {0x01, 0x03, 0x05},
+ {0x02, 0x03, 0x01},
+ {0x03, 0x04, 0x00},
+ {0x04, 0x01, 0x02},
+ {0x05, 0x00, 0x03},
+ {0x00, 0x05, 0x02},
+ {0x01, 0x04, 0x05}
+};
+
extern const struct Unk_203F458_Header gUnknown_84827AC;
extern const struct UnkSubstruct_203F458_000C *const gUnknown_84827B4[][8];
-extern const u16 gUnknown_847A284[8][3];
-extern const u16 gUnknown_847A2B4[];
bool32 sub_815D7BC(void * dest, void * buffer)
{
@@ -858,3 +1281,246 @@ void sub_815E5C4(void)
{
gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unkA_3 = 1;
}
+
+void sub_815E5F0(void)
+{
+ if (gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unkA_3)
+ {
+ gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unkA_3 = FALSE;
+ gSpecialVar_Result = 0;
+ }
+ else if (gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unkA_4)
+ {
+ gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unkA_4 = FALSE;
+ gSpecialVar_Result = 1;
+ }
+ else
+ {
+ gSpecialVar_Result = 2;
+ }
+}
+
+#define PRINT_TOWER_TIME(src) ({ \
+ s32 minutes, seconds, centiseconds, frames; \
+ \
+ frames = (src); \
+ \
+ minutes = frames / 3600; \
+ frames %= 3600; \
+ seconds = frames / 60; \
+ frames %= 60; \
+ centiseconds = frames * 168 / 100; \
+ \
+ ConvertIntToDecimalStringN(gStringVar1, minutes, STR_CONV_MODE_RIGHT_ALIGN, 2); \
+ ConvertIntToDecimalStringN(gStringVar2, seconds, STR_CONV_MODE_RIGHT_ALIGN, 2); \
+ ConvertIntToDecimalStringN(gStringVar3, centiseconds, STR_CONV_MODE_LEADING_ZEROS, 2); \
+})
+
+void sub_815E658(void)
+{
+ if (gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unk0 >= 215999)
+ {
+ DisableVBlankCounter1();
+ gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unk0 = 215999;
+ }
+
+ PRINT_TOWER_TIME(gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unk0);
+}
+
+void sub_815E720(void)
+{
+ u8 windowId;
+ s32 i;
+ s32 minutes, seconds, centiseconds;
+
+ sub_815EC0C();
+ windowId = AddWindow(gUnknown_847A218);
+ sub_80F6E9C();
+ sub_80F6F1C(windowId, FALSE);
+ AddTextPrinterParameterized(windowId, 2, gUnknown_83FE982, 0x4A, 0, 0xFF, NULL);
+
+ for (i = 0; i < 4; i++)
+ {
+ PRINT_TOWER_TIME(sub_815EDDC(&gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unk4));
+
+ StringExpandPlaceholders(gStringVar4, gUnknown_83FE998);
+ AddTextPrinterParameterized(windowId, 2, gUnknown_83FE9C4[i - 1], 0x18, 0x24 + 0x14 * i, 0xFF, NULL);
+ AddTextPrinterParameterized(windowId, 2, gStringVar4, 0x60, 0x2E + 0x14 * i, 0xFF, NULL);
+ }
+
+ PutWindowTilemap(windowId);
+ CopyWindowToVram(windowId, 3);
+ VarSet(VAR_0x4001, windowId);
+}
+
+void sub_815E88C(void)
+{
+ u8 windowId = VarGet(VAR_0x4001);
+ sub_810F4D8(windowId, TRUE);
+ RemoveWindow(windowId);
+}
+
+void sub_815E8B4(void)
+{
+ gSpecialVar_Result = GetMonsStateToDoubles();
+}
+
+void sub_815E8CC(void)
+{
+ if (gUnknown_203F458->unk_0004.unk_0000.unk0 != gUnknown_203F458->unk_0004.unk_0008[0].unk_001)
+ {
+ ConvertIntToDecimalStringN(gStringVar1, gUnknown_203F458->unk_0004.unk_0000.unk0, STR_CONV_MODE_LEFT_ALIGN, 1);
+ gSpecialVar_Result = TRUE;
+ }
+ else
+ {
+ gSpecialVar_Result = FALSE;
+ }
+}
+
+void sub_815E908(void)
+{
+ if (gMapHeader.mapDataId == 0x0129 && VarGet(VAR_0x4082) == 0)
+ {
+ gSpecialVar_Result = FALSE;
+ }
+ else
+ {
+ gSpecialVar_Result = FALSE;
+ }
+}
+
+void sub_815E948(void)
+{
+ s32 i;
+ u16 var_4001 = VarGet(VAR_0x4001);
+ u8 r1 = gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_004[var_4001].unk_00B;
+
+ for (i = 0; i < NELEMS(gUnknown_847A074); i++)
+ {
+ if (gUnknown_847A074[i].unk0 == gFacilityClassToTrainerClass[r1])
+ break;
+ }
+ if (i != NELEMS(gUnknown_847A074))
+ {
+ var_4001 = gUnknown_847A074[i].unk1;
+ }
+ else
+ {
+ var_4001 = 0;
+ }
+ PlayNewMapMusic(gUnknown_847A2D2[var_4001]);
+}
+
+void sub_815E9C8(void)
+{
+ gSpecialVar_Result = gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unkA_2;
+}
+
+void sub_815E9FC(void)
+{
+ u16 r4 = VarGet(VAR_0x4001);
+ s32 r9 = GetPartyMaxLevel();
+ u8 r5 = gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unk8;
+ s32 r6;
+ u8 r2;
+
+ ZeroEnemyPartyMons();
+
+ switch (gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_002)
+ {
+ case 0:
+ default:
+ for (r6 = 0; r6 < 2; r6++)
+ {
+ r2 = gUnknown_847A2EE[r5][r6];
+ gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_004[r4].unk_040[r2].level = r9;
+ sub_803E0A4(&gEnemyParty[r6], &gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_004[r4].unk_040[r2]);
+ }
+ break;
+ case 1:
+ r2 = gUnknown_847A2FE[r5][0];
+ gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_004[0].unk_040[r2].level = r9;
+ sub_803E0A4(&gEnemyParty[0], &gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_004[0].unk_040[r2]);
+ r2 = gUnknown_847A2FE[r5][1];
+ gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_004[1].unk_040[r2].level = r9;
+ sub_803E0A4(&gEnemyParty[1], &gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_004[1].unk_040[r2]);
+ break;
+ case 2:
+ r2 = gUnknown_847A30E[r5][r4];
+ gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_004[r4].unk_040[r2].level = r9;
+ sub_803E0A4(&gEnemyParty[0], &gUnknown_203F458->unk_0004.unk_0008[gUnknown_203F458->unk_0000].unk_004[r4].unk_040[r2]);
+ break;
+ }
+}
+
+static s32 GetPartyMaxLevel(void)
+{
+ s32 topLevel = 0;
+ s32 i;
+
+ for (i = 0; i < PARTY_SIZE; i++)
+ {
+ if (GetMonData(&gPlayerParty[i], MON_DATA_SPECIES, NULL) != 0 && GetMonData(&gPlayerParty[i], MON_DATA_SPECIES2, NULL) != SPECIES_EGG)
+ {
+ s32 currLevel = GetMonData(&gPlayerParty[i], MON_DATA_LEVEL, NULL);
+ if (currLevel > topLevel)
+ topLevel = currLevel;
+ }
+ }
+
+ return topLevel;
+}
+
+void sub_815EC0C(void)
+{
+ if (gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unk9 != gUnknown_203F458->unk_0004.unk_0000.unk1)
+ {
+ gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unk9 = gUnknown_203F458->unk_0004.unk_0000.unk1;
+ sub_815EDF4(&gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unk4, 215999);
+ gSaveBlock1Ptr->unkArray[gSaveBlock1Ptr->unkArrayIdx].unkA_0 = FALSE;
+ }
+}
+
+void sub_815EC8C(void)
+{
+ s32 i;
+ u8 windowId = 0;
+
+ sub_815DC8C();
+ FillWindowPixelRect(0, 0, 0, 0, 0xd8, 0x90);
+ sub_815EC0C();
+ box_print(0, 2, 0x4a, 0, &gUnknown_847A22C, 0, gUnknown_83FE982);
+
+ for (i = 0; i < 4; i++)
+ {
+ PRINT_TOWER_TIME(sub_815EDDC(&gSaveBlock1Ptr->unkArray[i].unk4));
+ StringExpandPlaceholders(gStringVar4, gUnknown_83FE998);
+ box_print(windowId, 2, 0x18, 0x24 + 0x14 * i, &gUnknown_847A22C, 0, gUnknown_83FE9C4[i]);
+ box_print(windowId, 2, 0x60, 0x24 + 0x14 * i, &gUnknown_847A22C, 0, gStringVar4);
+ }
+
+ PutWindowTilemap(windowId);
+ CopyWindowToVram(windowId, 3);
+ sub_815DD2C();
+}
+
+u32 sub_815EDDC(u32 * counter)
+{
+ return *counter ^ gSaveBlock2Ptr->encryptionKey;
+}
+
+void sub_815EDF4(u32 * counter, u32 value)
+{
+ *counter = value ^ gSaveBlock2Ptr->encryptionKey;
+}
+
+void sub_815EE0C(void)
+{
+ s32 i;
+
+ for (i = 0; i < 4; i++)
+ {
+ sub_815EDF4(&gSaveBlock1Ptr->unkArray[i].unk4, 215999);
+ }
+}