summaryrefslogtreecommitdiff
path: root/include/ewram.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-06-29 20:17:19 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-06-29 20:17:19 -0400
commitce62efbcecec4465c1b03578957513ca33dd3b80 (patch)
treed2960d7261c32ff7b65d3ac4677265039d5b883d /include/ewram.h
parent0882b456934e87b3b5fa1415ca6ab34087c68a4a (diff)
Split out multi buffers from battle struct
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)