mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-14 12:53:52 -04:00
Fix custom tunics not updating on scene change (#6026)
This commit is contained in:
@@ -187,6 +187,8 @@ u8 gItemSlots[] = {
|
||||
void Inventory_ChangeEquipment(s16 equipment, u16 value) {
|
||||
gSaveContext.equips.equipment &= gEquipNegMasks[equipment];
|
||||
gSaveContext.equips.equipment |= value << gEquipShifts[equipment];
|
||||
|
||||
GameInteractor_ExecuteOnLinkEquipmentChange();
|
||||
}
|
||||
|
||||
u8 Inventory_DeleteEquipment(PlayState* play, s16 equipment) {
|
||||
|
||||
Reference in New Issue
Block a user