diff options
| author | Henny022p <info@henny022.de> | 2021-03-09 04:22:03 +0100 |
|---|---|---|
| committer | Henny022p <info@henny022.de> | 2021-03-09 04:22:03 +0100 |
| commit | d6c379cb3e9dfe45a87e9531573e3397083099f6 (patch) | |
| tree | 3459fc32962a56b3e0ff3f30ecad1dbd40ea4315 /src/code_08077DF4.c | |
| parent | cdb6f5a17e19abe270e2bf7cd35255a3801c068b (diff) | |
big cleanup part 1
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 1697ecb0..4743db55 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) { |
