mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-07 09:35:37 -05:00
Generate extracted directory
This commit is contained in:
@@ -173,6 +173,11 @@ def GetLengthOfLongestValue(dicty):
|
||||
return len(maxim)
|
||||
|
||||
#Code Execution Begins Here
|
||||
try:
|
||||
os.makedirs(OutputFolder)
|
||||
except FileExistsError:
|
||||
pass
|
||||
|
||||
SpeciesDict = DefinesDictMaker(SpeciesDefines)
|
||||
|
||||
GeneralStructTableExtractor(0x128, SpeciesDict, OutputFolder + "Front_Pic_Table.c", "const struct CompressedSpriteSheet", "gMonFrontPicTable", "NUM_SPECIES", NumberOfPokemon, 8, [], [4, 2, 2], [False, False, SpeciesDict], False, True, 0)
|
||||
|
||||
Reference in New Issue
Block a user