From a1d9fd778dd8c86c810583c9c6bf76f709a35041 Mon Sep 17 00:00:00 2001 From: Bryan Bishop Date: Sun, 1 Sep 2013 15:49:14 -0500 Subject: fix typo in TrainerGroupTable assert message --- pokemontools/crystal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pokemontools/crystal.py b/pokemontools/crystal.py index eb1d8cb..753095a 100644 --- a/pokemontools/crystal.py +++ b/pokemontools/crystal.py @@ -3860,7 +3860,7 @@ class TrainerGroupTable: """ def __init__(self): - assert 0x43 in trainer_group_maximums.keys(), "TrainerGroupTable should onyl be created after all the trainers have been found" + assert 0x43 in trainer_group_maximums.keys(), "TrainerGroupTable should only be created after all the trainers have been found" self.address = trainers.trainer_group_pointer_table_address self.bank = pointers.calculate_bank(trainers.trainer_group_pointer_table_address) self.label = Label(name="TrainerGroupPointerTable", address=self.address, object=self) -- cgit v1.2.3