mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-04-25 15:47:04 -05:00
Update Amount of Mons to Extract
This commit is contained in:
parent
87c03a47b4
commit
f14e24ab4a
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user