mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
oops forgot to make a new branch
This commit is contained in:
parent
8259fa3cb7
commit
cd5425ba3e
|
|
@ -32,8 +32,8 @@ static const struct LevelUpMove sNoneLevelUpLearnset[] = {
|
|||
with open("gen_9.h", WriteOrAdd) as file:
|
||||
file.write(Header)
|
||||
#Start from second row so you do not grab data headers
|
||||
for row in PkmnDataFile.iter_rows(min_row=2, max_row=PkmnDataFile.max_row, min_col=PkmnDataFile.min_column, max_col=3):
|
||||
#for row in PkmnDataFile.iter_rows(min_row=2, max_row=500, min_col=PkmnDataFile.min_column, max_col=3):
|
||||
#for row in PkmnDataFile.iter_rows(min_row=2, max_row=PkmnDataFile.max_row, min_col=PkmnDataFile.min_column, max_col=3):
|
||||
for row in PkmnDataFile.iter_rows(min_row=2, max_row=500, min_col=PkmnDataFile.min_column, max_col=3):
|
||||
if row[PkmnDataFile.min_column-1].value != None:#Checks if species name is in first column
|
||||
fixCase = str(row[0].value) #idk why Excel is being stupid, thinks it is not a string
|
||||
fixCase = fixCase[0] + fixCase[1:len(fixCase)].lower()
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
12095
pokeemerald-tools/test.h
Normal file
12095
pokeemerald-tools/test.h
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user