diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-02 11:50:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 11:50:17 -0400 |
commit | 99e6a6639efa5d2113fe2787e5be4f0d98f0bf78 (patch) | |
tree | aed3fe304abc22c33c6e4c3e1ca1f233f8b37afc /include/ewram.h | |
parent | dcd7c8a2412bf389b694b47892085b7684bca15e (diff) | |
parent | 1bd678656c735bbeb603ccb80367c7a85f820f61 (diff) |
Merge branch 'master' into debug-english
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]) |