pokemon/tools/parse/__main__.py
Zack Buhman 070e33d1e8 map_object: define structs
This also improves map_object parsing code.

There are still unhandled issues in the parser output related to quirks in the
input data.
2023-07-24 21:26:19 -07:00

6 lines
106 B
Python

from pprint import pprint
from parse import parse
for i in parse.map_objects_list.items():
pprint(i)