From 44d351698b8a92ff02b5d9be36a18ff0fb60648a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20Dub=C3=A9?= Date: Sat, 17 Jan 2026 05:00:03 +0000 Subject: Shuffle Masks (#5536) Future improvements can build on this, giving masks abilities, or adding checks for trading mask to someone --- soh/src/code/z_parameter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'soh/src/code') diff --git a/soh/src/code/z_parameter.c b/soh/src/code/z_parameter.c index 86a72456f..049f0eaf5 100644 --- a/soh/src/code/z_parameter.c +++ b/soh/src/code/z_parameter.c @@ -2120,7 +2120,7 @@ u8 Item_Give(PlayState* play, u8 item) { } } } - // update the adult/child equips when rando'd (accounting for equp swapped hookshot as child) + // update the adult/child equips when rando'd (accounting for equip swapped hookshot as child) if (IS_RANDO && LINK_IS_CHILD) { for (i = 1; i < ARRAY_COUNT(gSaveContext.adultEquips.buttonItems); i++) { if (gSaveContext.adultEquips.buttonItems[i] == ITEM_HOOKSHOT) { -- cgit v1.2.3