summaryrefslogtreecommitdiff
path: root/include/ewram.h
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-11-11 14:45:05 -0600
committercamthesaxman <cameronghall@cox.net>2017-11-11 14:45:05 -0600
commited8c51dd404287c6355ba75dc4b9e2944d80e1d9 (patch)
tree4826282d3e7b90993fedad5eaac01bbb9936d435 /include/ewram.h
parentca8275a362d8f00c681ca3b0ace7ef472560de2a (diff)
fix build after ewram changes
Diffstat (limited to 'include/ewram.h')
-rwxr-xr-xinclude/ewram.h1
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))