diff options
| author | mike8699 <mikebuntu68@gmail.com> | 2025-01-04 18:26:53 -0500 |
|---|---|---|
| committer | mike8699 <mikebuntu68@gmail.com> | 2025-01-05 19:06:26 -0500 |
| commit | 5f526aadb563bc3083dd8709b9b87bd628079f42 (patch) | |
| tree | f1ea1215377f5de8c7f8ec65f15c9b663da9729f /src/00_Core/Player/LinkStateItem.cpp | |
| parent | 6ab289196ebaed3b8b452f4c65b679b4a58c5446 (diff) | |
Fix misplaced case block
Diffstat (limited to 'src/00_Core/Player/LinkStateItem.cpp')
| -rw-r--r-- | src/00_Core/Player/LinkStateItem.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/00_Core/Player/LinkStateItem.cpp b/src/00_Core/Player/LinkStateItem.cpp index 35363720..313c11fa 100644 --- a/src/00_Core/Player/LinkStateItem.cpp +++ b/src/00_Core/Player/LinkStateItem.cpp @@ -46,7 +46,6 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) { } func_ov014_0211fd04(*(s32 *) (0x20abf48)); break; - case 9: case 0: break; case 1: break; case 2: break; @@ -54,6 +53,7 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) { case 5: break; case 6: EquipRope::StopUsing(this); break; case 8: EquipHammer::StopUsing(this); break; + case 9: case 10: iVar3 = *(int *) (0x20abf44); *(unk8 *) (iVar3 + 0x2a) = 0; |
