mirror of
https://github.com/zeldaret/tmc
synced 2026-06-11 05:08:41 -04:00
Merge branch 'master' into ply
This commit is contained in:
+2
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user