Update Amount of Mons to Extract

This commit is contained in:
Skeli 2019-05-24 09:57:49 -04:00
parent 87c03a47b4
commit f14e24ab4a

View File

@ -7,7 +7,7 @@ import os
############
ROM_NAME = "BPRE0.gba" #the name of your rom
NumberOfPokemon = 412 #Change to total number of species in original rom
NumberOfPokemon = 440 #Change to total number of species in original rom
OutputFolder = os.getcwd() + "/extracted/"
SpeciesDefines = os.getcwd() + "/include/species.h"