mirror of
https://github.com/zeldaret/tmc
synced 2026-07-03 04:53:21 -04:00
Name members for R actions in struct_0200AF00
This commit is contained in:
+4
-4
@@ -225,9 +225,9 @@ void PlayerUpdate(Entity* this) {
|
||||
static void HandlePlayerLife(Entity* this) {
|
||||
u32 temp;
|
||||
|
||||
gUnk_0200AF00.unk_2f = 0;
|
||||
gUnk_0200AF00.unk_2d = 0;
|
||||
gUnk_0200AF00.unk_2e = 0;
|
||||
gUnk_0200AF00.rActionPlayerState = 0;
|
||||
gUnk_0200AF00.rActionInteractTile = 0;
|
||||
gUnk_0200AF00.rActionGrabbing = 0;
|
||||
|
||||
if ((gPlayerEntity.contactFlags & 0x80) && (gPlayerEntity.iframes > 0))
|
||||
SoundReq(SFX_86);
|
||||
@@ -323,7 +323,7 @@ static void sub_080171F0(void) {
|
||||
sub_080028E0(&gPlayerEntity);
|
||||
|
||||
if (gPlayerState.flags & PL_CLONING)
|
||||
gUnk_0200AF00.unk_2f = 1;
|
||||
gUnk_0200AF00.rActionPlayerState = 1;
|
||||
|
||||
sub_08078180();
|
||||
gPlayerState.field_0x7 &= ~0x80;
|
||||
|
||||
Reference in New Issue
Block a user