diff options
| author | Ibot02 <jtp.jtp@gmx.de> | 2021-03-17 10:28:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-17 10:28:02 +0100 |
| commit | 2d1b0da52ef1e51abfb5b57b8954602740bd146e (patch) | |
| tree | 6881bd41bda090ac354167932137c6cd29ead9c4 /src/code_08077DF4.c | |
| parent | c319dc53d3bc67909be7bbe75538d796bc99ddff (diff) | |
| parent | b4100dbc51bf93de6e6769506a806648201e2708 (diff) | |
Merge pull request #134 from Henny022p/cleanup_declarations
Code Cleanup
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) { |
