Add new ram address to Dump it to Crumpit to ensure you are in the lobby when you get teleported

This commit is contained in:
MarioSpore
2025-10-27 19:14:21 -04:00
parent 6f552949fa
commit 34d3b487f0

View File

@@ -223,7 +223,7 @@ TRAPS_TABLE: dict[str, GrinchItemData] = {
# "Damage Trap": GrinchItemData(["Traps"], 604, IC.trap, [GrinchRamData(0x0E8FDC, value=-20, update_existing_value=True)]),
"Depletion Trap": GrinchItemData(["Traps"], 605, IC.trap, [GrinchRamData(0x010058, value=0, bit_size=2)]),
"Dump it to Crumpit": GrinchItemData(["Traps"], 606, IC.trap, #Alias to Home Trap for traplink
[GrinchRamData(0x010000, value=0x05), GrinchRamData(0x08FB94, value=1), GrinchRamData(0x0100B4, value=0)]),
[GrinchRamData(0x010000, value=0x05), GrinchRamData(0x08FB94, value=1), GrinchRamData(0x0100B4, value=0), GrinchRamData(0x0101FF, binary_bit_pos=0)]),
#alias to Spring Trap for traplink
# "Rocket Spring Trap": GrinchItemData(["Traps"], 607, IC.trap, [GrinchRamData()]),
#alias to Home Trap for traplink