through sub_80DA4F4

This commit is contained in:
PikalaxALT
2018-05-07 19:46:48 -04:00
parent e6cca15232
commit e8bb464de9
3 changed files with 216 additions and 510 deletions

View File

@@ -401,11 +401,18 @@ struct ContestResources
void * field_3c;
};
extern struct ContestResources *gContestResources;
#define sContest (*gContestResources->field_0)
#define sContestantStatus (gContestResources->field_4)
#define shared192D0 (*gContestResources->field_8)
#define eContestAI (*gContestResources->field_C)
#define shared19328 (*gContestResources->field_10)
#define shared19338 (*gContestResources->field_14)
#define shared15800 (gHeap + 0x18000)
#define shared18000 (*(struct Shared18000 *)(gHeap + 0x1a000))
extern struct ContestResources *gContestResources;
extern u32 gContestRngValue;
bool8 IsSpeciesNotUnown(u16 species);