diff options
| author | notyourav <65437533+notyourav@users.noreply.github.com> | 2021-03-17 20:23:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-17 20:23:01 -0700 |
| commit | 8b812692714e76cca2bb9e643f6b1984cddedd9c (patch) | |
| tree | 5cbdee9825dd1c2763d04c3add11c9ac077350e3 /src/code_08077DF4.c | |
| parent | a39686c24c4b1acc2459088659c6f648b7dff80e (diff) | |
| parent | 2d1b0da52ef1e51abfb5b57b8954602740bd146e (diff) | |
Merge branch 'master' into ply
Diffstat (limited to 'src/code_08077DF4.c')
| -rw-r--r-- | src/code_08077DF4.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code_08077DF4.c b/src/code_08077DF4.c index 0dc90c4a..23ba53f5 100644 --- a/src/code_08077DF4.c +++ b/src/code_08077DF4.c @@ -1,6 +1,7 @@ #include "global.h" #include "entity.h" #include "player.h" +#include "dma.h" #include "functions.h" typedef struct { @@ -57,7 +58,7 @@ void sub_08077E78(void* arg0, u32 bits) { not = ~not ; gPlayerState.field_0xa &= not ; gPlayerState.keepFacing &= not ; - MemClear32(arg0, 0x1c); + MemClear(arg0, 0x1c); } u32 sub_08077EC8(Unk_struct* arg0) { |
