pokemon/tools/parse/__main__.py
Zack Buhman e1a430abec main: add warp events
You can now walk from pallet town to the mount moon exit.
2023-07-29 00:16:44 +00:00

6 lines
113 B
Python

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