Rename update_ram_addr to ram_data in GrinchItemData

Added read_ram_address and write_ram_address to GrinchClient
This commit is contained in:
2025-11-13 20:24:44 -07:00
parent ac80ed4d15
commit 334bd6bc0b
3 changed files with 52 additions and 44 deletions

View File

@@ -11,7 +11,7 @@ class GrinchItemData(NamedTuple):
item_group: list[str] # arbituary that can be whatever it can be, basically the field/property for item groups
id: Optional[int]
classification: IC
update_ram_addr: list[GrinchRamData]
ram_data: list[GrinchRamData]
class GrinchItem(Item):