pokemon/tools/parse/__main__.py
Zack Buhman da49dbeb2b Makefile: improve build rules slightly
I'm still not satisfied with the Makefile, but this at least makes it
converge in a single make invocation again.

This also removes the enum value arrays.
2023-07-26 18:17:45 +00:00

6 lines
93 B
Python

from pprint import pprint
from parse import parse
for i in parse.map_headers:
pprint(i)