mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-08 10:05:49 -05:00
Fix Incorrect Constants
This commit is contained in:
@@ -5,7 +5,7 @@ from glob import glob
|
||||
# Data
|
||||
TM_HM_COUNT = 128
|
||||
TUTOR_COUNT = 128
|
||||
SPECIES_COUNT = 0x4EC + 1
|
||||
SPECIES_COUNT = 0x4F3 + 1
|
||||
|
||||
TM_OUTPUT = "assembly/generated/tm_compatibility.s"
|
||||
TUTOR_OUTPUT = "assembly/generated/tutor_compatibility.s"
|
||||
|
||||
Reference in New Issue
Block a user