Update to gen tool to correctly identify a new species using new species column

This commit is contained in:
nicksnax 2026-03-08 10:56:03 +09:00
parent ffb8f4fcfb
commit 0166509f64

View File

@ -37,7 +37,6 @@ with open('test.h', WriteOrAdd) as file:
if data.column == PkmnDataFile.max_column and data.value == 1:
print("New Species Found")
print(data.value)
print(data.column)
elif Debug == 0:
for species in PkmnDataFile.rows: