Auction Chocobo Fix ------------------- by madsiur version 1.1 released on 10/27/2016 Apply to FF3us 1.0, 1.1, FF6j Patches ------- auction_chocobo_fix_snes_h.ips: Apply to FF3us or FF6j (headered ROM) auction_chocobo_fix_snes_nh.ips: Apply to FF3us or FF6j (headerless ROM) Offsets affected ---------------- auction_chocobo_fix_snes_h.ips: $C441E8-$C441E9, $C441F1-$C441F2 auction_chocobo_fix_snes_nh.ips: $C43FE8-$C43FE9, $C43FF1-$C43FF2 Bug Description --------------- The chocobo in the WOB auction house has two portions of his sprite cut off by the two lady NPC standing behind him. This is because those NPC sprites have priority over the chocobo one. To fix this, the property "can walk over" for the NPCs have been checked and bit 8:3 of their NPC data has been unchecked. Thanks to seibaby for the bug report.