diff options
Diffstat (limited to 'pokemontools/crystal.py')
-rw-r--r-- | pokemontools/crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index 2630991..4941dc2 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -3587,7 +3587,7 @@ class ItemFragment(Command): } def __init__(self, address=None, bank=None, map_group=None, map_id=None, debug=False, label=None): - assert is_valid_address(address), "PeopleEvent must be given a valid address" + assert is_valid_address(address), "ItemFragment must be given a valid address" self.address = address self.last_address = address + self.size self.bank = bank |