diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 20:40:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-06-29 20:40:25 -0400 |
commit | a3a160964ddaae34383e884434132e35d6dbb158 (patch) | |
tree | 54ece5a7f2c9d6b92bfa5f92e0b4542ddec68799 /include/ewram.h | |
parent | ce62efbcecec4465c1b03578957513ca33dd3b80 (diff) |
This array is part of a contest buffer
Diffstat (limited to 'include/ewram.h')
-rw-r--r-- | include/ewram.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/ewram.h b/include/ewram.h index 8aa244907..85085e075 100644 --- a/include/ewram.h +++ b/include/ewram.h @@ -138,7 +138,6 @@ extern u8 gSharedMem[]; #define ewram16108arr(i) (gSharedMem[0x16108 + i]) #define ewram16400 (gSharedMem + 0x16400) #define AI_ARRAY_160CC(i) (gSharedMem[0x160CC + i * 2]) -#define ewram16800 (&gSharedMem[0x16800]) // gBattleResources #define AI_THINKING_STRUCT ((struct AI_ThinkingStruct *)(gSharedMem + 0x16800)) |