diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-20 17:31:27 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-20 17:31:27 -0500 |
commit | 8fd3100fb491c22bb90d1a86f2f1b0fd3b090ac4 (patch) | |
tree | 9d5c83d89b54e785de9f641f97706ae9d43dcf7e /include/ewram.h | |
parent | 3c5f725de49371aced1788a21f5e53df5b498b5f (diff) |
Through sub_8101A28
Diffstat (limited to 'include/ewram.h')
-rwxr-xr-x | include/ewram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ewram.h b/include/ewram.h index eacc02cab..9d3002615 100755 --- a/include/ewram.h +++ b/include/ewram.h @@ -24,7 +24,7 @@ extern u8 gSharedMem[]; #define ewram0arr ((u8 (*)[32])gSharedMem) #define eVoidSharedArr (void *)(ewram_addr + 0x0) #define eVoidSharedArr2 (u32)(ewram_addr) // ew(ram) -#define ewram0_8 ((struct UnkStruct2000000 *)(gSharedMem + 0x0)) +#define eSlotMachine ((struct SlotMachineEwramStruct *)(gSharedMem + 0x0)) #define ewram0_9(i) (u8 *)(ewram_addr + (i * 0x20)) #define ewram0_10 (*(struct UnknownPokenav0*)(gSharedMem + 0)) #define ewram0_11 (*(struct UnknownPokenav0_1*)(gSharedMem + 0)) |