Move ov055 documentation from Ghidra

This commit is contained in:
Aetias
2025-02-01 09:44:08 +01:00
parent 362a955212
commit 526b6b8d72
7 changed files with 84 additions and 48 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) {
case ItemFlag_OshusSword: break;
case ItemFlag_WoodenShield: break;
case ItemFlag_Boomerang: break;
case ItemFlag_BombBag: EquipBomb::StopUsing(this, param1); break;
case ItemFlag_BombBag: this->StopUsingBomb(param1); break;
case ItemFlag_Bow: break;
case ItemFlag_GrapplingHook: EquipRope::StopUsing(this); break;
case ItemFlag_Hammer: EquipHammer::StopUsing(this); break;