diff options
| author | theo3 <arisstephenson2@gmail.com> | 2023-12-28 17:48:05 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2023-12-28 17:54:39 -0800 |
| commit | 7c1c612c9ba95b47f33cfd217ab99c4c9102531e (patch) | |
| tree | 80c3483afb7c3b6795a1320e5afe0570b26c4889 /src/title.c | |
| parent | b32553e4902f91481ec9336a238d26bd355c7d2f (diff) | |
fix fakematch in LinkHoldingItem_Action3
Diffstat (limited to 'src/title.c')
| -rw-r--r-- | src/title.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/title.c b/src/title.c index 353604e3..238e11d1 100644 --- a/src/title.c +++ b/src/title.c @@ -89,7 +89,7 @@ static const SaveFile gDemoSave = { .stats = { .health = 40, .maxHealth = 40, - .itemButtons = { ITEM_SHIELD, ITEM_SMITH_SWORD }, + .equipped = { ITEM_SHIELD, ITEM_SMITH_SWORD }, .rupees = 5, }, .inventory = { |
