summaryrefslogtreecommitdiff
path: root/include/ewram.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ewram.h')
-rw-r--r--include/ewram.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ewram.h b/include/ewram.h
index 55edf1b05..77c54d47f 100644
--- a/include/ewram.h
+++ b/include/ewram.h
@@ -17,9 +17,7 @@ extern u8 gSharedMem[];
#define ewramBerryPic (gSharedMem + 0x0)
#define eMatsudaDebugVar (gSharedMem[0x0])
#define eBrendanSprite (gSharedMem + 0x0)
-#define ewram0_7 (&gSharedMem[0])
#define eSaveSection (struct SaveSector *)(gSharedMem + 0x0)
-#define ewram0arr ((u8 (*)[32])gSharedMem)
#define eVoidSharedArr (void *)(ewram_addr + 0x0)
#define eSlotMachine ((struct SlotMachineEwramStruct *)(gSharedMem + 0x0))
#define ewram0_9(i) (u8 *)(ewram_addr + (i * 0x20))