diff options
author | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-25 22:46:40 -0500 |
---|---|---|
committer | AnonymousRandomPerson <chenghanngan.us@gmail.com> | 2022-01-25 22:46:40 -0500 |
commit | 154c44250512828d56f5431188a7907cd149ef10 (patch) | |
tree | efcc44e62d9699b51cac25a68cb4b762544c5ed4 /asm/code_80718D8.s | |
parent | 408fe77d7b9440d7eb5d46eda5f920572d516d67 (diff) |
Decomped CanMoveInDirection()
Diffstat (limited to 'asm/code_80718D8.s')
-rw-r--r-- | asm/code_80718D8.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/code_80718D8.s b/asm/code_80718D8.s index 4ee7f09..030fd72 100644 --- a/asm/code_80718D8.s +++ b/asm/code_80718D8.s @@ -2652,7 +2652,7 @@ _08072F84: bne _08072FCC adds r0, r4, 0 adds r1, r3, 0 - bl CanMoveForward2 + bl CanMoveInDirection lsls r0, 24 cmp r0, 0 bne _08072FCC |