diff options
author | Cameron Hall <camthesaxman@users.noreply.github.com> | 2018-01-14 14:04:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-14 14:04:11 -0600 |
commit | 408c6ceddcc54a3aa45cdbb2923dc443d2e6297f (patch) | |
tree | 13fe61afef2608d6c9a595eb68396d62606f0b6a /include/ewram.h | |
parent | 3e2f01c1eab4414f1c09844d19ae42535b8c4c4b (diff) | |
parent | a5403f03dd49711f8c2f719e8bfa8a83f427563c (diff) |
Merge pull request #526 from ProjectRevoTPP/contest_ai
decompile contest_ai.c
Diffstat (limited to 'include/ewram.h')
-rwxr-xr-x | include/ewram.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ewram.h b/include/ewram.h index 809d4ff66..a1fab4c08 100755 --- a/include/ewram.h +++ b/include/ewram.h @@ -234,6 +234,8 @@ extern u8 gSharedMem[]; #define eCableCar2 ((struct CableCarEwramStruct2 *)(gSharedMem + 0x19000)) #define ePokedexView3 (struct PokedexView *)(gSharedMem + 0x19000) #define eRoulette ((struct Roulette *)(gSharedMem + 0x19000)) +#define shared192D0 (*(struct UnknownContestStruct7 *)(gSharedMem + 0x192D0)) +#define eContestAI ((struct ContestAIInfo *)(gSharedMem + 0x192E4)) #define EWRAM_19348 (*(u16 *)(gSharedMem + 0x19348)) #define ewram19800 (&gSharedMem[0x19800]) #define ePokedexView4 (struct PokedexView *)(gSharedMem + 0x19800) |