Files
alttpr-python/Items.py
zig-for 8aab7715be Red and Blue Pendant are switched
Found this today.

This leads to the Spoiler log (and thus my bot) giving the wrong Pendant values.

https://github.com/sporchia/alttp_vt_randomizer/blob/master/app/Item.php#L147-L149
```            new Item\Pendant('PendantOfCourage', [0x37, 0x04, 0x38, 0x62, 0x00, 0x69, 0x01], $world), // Green
            new Item\Pendant('PendantOfWisdom', [0x38, 0x01, 0x32, 0x60, 0x00, 0x69, 0x03], $world), // Red
            new Item\Pendant('PendantOfPower', [0x39, 0x02, 0x34, 0x60, 0x00, 0x69, 0x02], $world), // Blue```

5996d6d978
2020-04-15 00:13:41 -07:00

34 KiB