mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-03-21 17:24:13 -05:00
Fix Incorrect Constants
This commit is contained in:
parent
b38179f647
commit
23f4ffa633
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
.align 2
|
||||
.thumb
|
||||
|
||||
.equ NUM_SPECIES, 1266
|
||||
.equ EVOS_PER_MON, 16
|
||||
.equ FINAL_DEX_ENTRY, 898
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user