diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-01 17:54:51 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-07-01 17:54:51 -0400 |
commit | 4c2dce093c40de73cc9efa6325f9603aebedf2ab (patch) | |
tree | 57bd770b8b0ce253e5cbb09c49f59cea0fce2d09 /include/ewram.h | |
parent | d7018c11494561eecd94c93b98a7980a063d7bf8 (diff) |
Unify ChooseMoveStruct; name BattleStruct fields
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 79d813a5d..abba5db3f 100644 --- a/include/ewram.h +++ b/include/ewram.h @@ -2,7 +2,6 @@ #define GUARD_EWRAM_H extern u8 gSharedMem[]; -#define ewram_addr EWRAM // used in gSharedMem addr hacks // Note: we have duplicate ewram labels because its clear some memory // regions overlap others but have different definitions. Until some |