mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-14 21:16:12 -05:00
Update Amount of Mons to Extract
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user