From 633f6e07cfe42c57d0a5f52dca07368f2655577d Mon Sep 17 00:00:00 2001 From: Skeli Date: Tue, 18 Jan 2022 22:40:50 +0200 Subject: [PATCH] Fix Tutor Compilation --- scripts/tm_tutor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"