diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 20:17:19 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 20:17:19 -0400 |
commit | ce62efbcecec4465c1b03578957513ca33dd3b80 (patch) | |
tree | d2960d7261c32ff7b65d3ac4677265039d5b883d /include/ewram.h | |
parent | 0882b456934e87b3b5fa1415ca6ab34087c68a4a (diff) |
Split out multi buffers from battle struct
Diffstat (limited to 'include/ewram.h')
-rw-r--r-- | include/ewram.h | 1 |
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) |