Moar code before thunderstorm

This commit is contained in:
MarioSpore
2025-07-25 19:33:51 -04:00
parent a7d5d45d14
commit 694ba4c9bb
6 changed files with 86 additions and 39 deletions

View File

@@ -142,4 +142,13 @@ TRAPS_TABLE: dict[str, GrinchItemData] = {
[GrinchRamData(0x80010000, value=0x05), GrinchRamData(0x8008FB94, value=1)]),
"Rocket Spring Trap": GrinchItemData("Traps", 607, IC.trap, [GrinchRamData()]),
"Who sent me here?": GrinchItemData("Traps", 608, IC.trap, [GrinchRamData(0x8008FB94, value=1)])
}
ALL_ITEMS_TABLE: dict[str, GrinchItemData] = {
**GADGETS_TABLE,
**MISSION_ITEMS_TABLE,
**SLEIGH_PARTS_TABLE,
**KEYS_TABLE,
**MISC_ITEMS_TABLE,
**TRAPS_TABLE
}