diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-02 11:44:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 11:44:50 -0400 |
commit | 8c86b656d2fa97fc5eb113e9807d49f48c715f8b (patch) | |
tree | 01e14b4dec7ef184ca50b9f0815a662590520045 /include/ewram.h | |
parent | 32693e94d844cb401aed91d066b9f5ad1eb440a7 (diff) | |
parent | 1bd678656c735bbeb603ccb80367c7a85f820f61 (diff) |
Merge branch 'master' into modern_gcc
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 4042ea03b..da544f5c2 100644 --- a/include/ewram.h +++ b/include/ewram.h @@ -133,6 +133,7 @@ extern u8 gSharedMem[]; #define ewram1608Carr(battler) (gSharedMem[0x1608C + battler]) #define ewram16094arr(battler) (gSharedMem[0x16094 + battler]) #define EWRAM_1609D (gSharedMem[0x1609D]) +#define ewram1609e(flank) (gSharedMem[0x1609E + (flank)]) #define ewram160A1 (gSharedMem[0x160A1]) #define ewram160A4 (gSharedMem[0x160A4]) #define ewram160A5 (gSharedMem[0x160A5]) |