mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-12-24 09:08:52 -05:00
Fixes BGS on skull tokens
This commit is contained in:
parent
d2fe83edf4
commit
cc6e4238cf
@ -1644,6 +1644,7 @@ u8 Item_Give(GlobalContext* globalCtx, u8 item) {
|
||||
|
||||
if (item == ITEM_SWORD_BGS) {
|
||||
gSaveContext.swordHealth = 8;
|
||||
gSaveContext.bgsFlag = 1;
|
||||
|
||||
if (ALL_EQUIP_VALUE(EQUIP_SWORD) == 0xF
|
||||
||(gSaveContext.n64ddFlag && ALL_EQUIP_VALUE(EQUIP_SWORD) == 0xE)) { // In rando, when buying Giant's Knife, also check
|
||||
|
Loading…
Reference in New Issue
Block a user