summaryrefslogtreecommitdiff
path: root/include/ewram.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ewram.h')
-rw-r--r--include/ewram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ewram.h b/include/ewram.h
index 6e3ba6751..8aa244907 100644
--- a/include/ewram.h
+++ b/include/ewram.h
@@ -22,6 +22,7 @@ extern u8 gSharedMem[];
// battle etc.
// This overlaps with so many things it's not even funny
// The actual data starts at 0x02016000
+#define eMultiTxBuffer (*(union MultiBuffers *)gSharedMem)
#define gBattleStruct ((struct BattleStruct *) (gSharedMem + 0x0))
#define namingScreenData (*(struct NamingScreenData *)(gSharedMem + 0x0))
#define ewramBerryPic (gSharedMem + 0x0)