diff --git a/scripts/tm_tutor.py b/scripts/tm_tutor.py index b400234..289594e 100644 --- a/scripts/tm_tutor.py +++ b/scripts/tm_tutor.py @@ -4,7 +4,7 @@ from glob import glob # Data TM_HM_COUNT = 128 -TUTOR_COUNT = 146 +TUTOR_COUNT = 160 SPECIES_COUNT = 0x4F3 + 1 TM_OUTPUT = "assembly/generated/tm_compatibility.s"