mirror of
https://github.com/pret/pokeemerald.git
synced 2026-03-21 17:54:57 -05:00
Update to gen tool to correctly identify a new species using new species column
This commit is contained in:
parent
ffb8f4fcfb
commit
0166509f64
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user