mirror of
https://github.com/zeldaret/ph
synced 2026-06-23 16:45:25 -04:00
Move ov057 documentation from Ghidra
This commit is contained in:
@@ -49,7 +49,7 @@ ARM void LinkStateItem::OnStateLeave(s32 param1) {
|
||||
case ItemFlag_Boomerang: break;
|
||||
case ItemFlag_BombBag: this->StopUsingBomb(param1); break;
|
||||
case ItemFlag_Bow: break;
|
||||
case ItemFlag_GrapplingHook: EquipRope::StopUsing(this); break;
|
||||
case ItemFlag_GrapplingHook: this->StopUsingRope(); break;
|
||||
case ItemFlag_Hammer: EquipHammer::StopUsing(this); break;
|
||||
case ItemFlag_PotionA:
|
||||
case ItemFlag_PotionB:
|
||||
|
||||
Reference in New Issue
Block a user