diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-08-06 15:21:41 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-08-06 15:21:41 +0300 |
| commit | 18ef0d34b4ce9801ae26449e3a32ac9d985e43de (patch) | |
| tree | 38faf63b8f005c8860746273cae12b101d7e8f57 /src/object/pushableStatue.c | |
| parent | 64c2f2476d3090856bfa450f06b19b87709a8170 (diff) | |
Document various fields and functions
Diffstat (limited to 'src/object/pushableStatue.c')
| -rw-r--r-- | src/object/pushableStatue.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object/pushableStatue.c b/src/object/pushableStatue.c index 099d96e5..d24e44c7 100644 --- a/src/object/pushableStatue.c +++ b/src/object/pushableStatue.c @@ -130,7 +130,7 @@ void PushableStatue_SubAction0(PushableStatueEntity* this) { } } if (sub_080896B0()) { - gPlayerState.queued_action = 0x10; + gPlayerState.queued_action = PLAYER_PULL; gPlayerState.field_0x38 = 0x20; gPlayerState.flags |= 1; gPlayerEntity.x.HALF.LO = 0; |
