diff options
Diffstat (limited to 'include/ewram.h')
-rwxr-xr-x | include/ewram.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ewram.h b/include/ewram.h index 93fba80f8..537dffd5b 100755 --- a/include/ewram.h +++ b/include/ewram.h @@ -8,6 +8,7 @@ extern u8 gSharedMem[]; // regions overlap others but have different definitions. Until some // dupes can be determined to be the same, they will be deliberate // seperated. +#define eWeatherPaletteData (*(struct WeatherPaletteData *)gSharedMem) #define BATTLE_STRUCT ((struct BattleStruct *) (gSharedMem + 0x0)) #define ewram0_2 (*(struct Struct2000000 *)(gSharedMem + 0x0)) #define namingScreenData (*(struct NamingScreenData *)(gSharedMem + 0x0)) |