Dump trainer hill trainers

This commit is contained in:
DizzyEggg
2019-01-19 12:57:18 +01:00
parent 6857b73ee3
commit f84b22fca4
7 changed files with 4864 additions and 21 deletions
File diff suppressed because it is too large Load Diff
+7 -9
View File
@@ -24,7 +24,9 @@
#include "constants/event_object_movement_constants.h"
#include "constants/event_objects.h"
#include "constants/items.h"
#include "constants/moves.h"
#include "constants/maps.h"
#include "constants/species.h"
#include "constants/trainers.h"
extern bool32 sub_81D3B34(void);
@@ -118,11 +120,7 @@ static void sub_81D642C(struct Pokemon *mon, u8 level);
static u16 sub_81D6640(void);
// const data
// I will decompile these soon, no worries :)
extern const struct TrHillTag gUnknown_08626814;
extern const struct TrHillTag gUnknown_086276FC;
extern const struct TrHillTag gUnknown_086285E4;
extern const struct TrHillTag gUnknown_086294CC;
#include "data/battle_frontier/trainer_hill.h"
struct
{
@@ -246,10 +244,10 @@ static const u8 sRecordWinColors[] = {0, 2, 3};
static const struct TrHillTag *const sDataPerTag[] =
{
&gUnknown_08626814,
&gUnknown_086276FC,
&gUnknown_086285E4,
&gUnknown_086294CC,
&sDataTagNormal,
&sDataTagVariety,
&sDataTagUnique,
&sDataTagExpert,
};
// Unused.