diff options
| author | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
|---|---|---|
| committer | Tal Hayon <talhayon1@gmail.com> | 2022-08-08 20:03:12 +0300 |
| commit | 79bae9cd8a7891dd4545649fa196aad5a36237d2 (patch) | |
| tree | 1e59403522cbeeaa36c33ca34662f17c49866639 /src/physics.c | |
| parent | 22cbdd2fd645a5525a6ef0c9b8ee8ec11af9e9aa (diff) | |
Various documentations
Diffstat (limited to 'src/physics.c')
| -rw-r--r-- | src/physics.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/physics.c b/src/physics.c index 5d7b8c58..cd09c05b 100644 --- a/src/physics.c +++ b/src/physics.c @@ -26,12 +26,12 @@ static void sub_0806FEFC(struct_gUnk_020000C0_1*, Entity*); static bool32 sub_0807007C(struct_gUnk_020000C0*, u32); void sub_0806F364(void) { - gArea.filler[2] ^= 0x80; - MemClear(&gArea.filler6[(gArea.filler[2] + 7) / 8], 16); + gArea.filler[1] ^= 0x80; + MemClear(&gArea.filler6[(gArea.filler[1] + 7) / 8], 16); } void sub_0806F38C(void) { - gArea.filler[2] ^= 0x80; + gArea.filler[1] ^= 0x80; } u32 sub_0806F39C(Entity* ent) { |
