diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-14 19:38:06 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2022-03-14 19:38:06 -0400 |
commit | 61faca1f917043e2ec9c9a2ba1d6e88adcca0552 (patch) | |
tree | a14f4d868d37129fa72278b404b3222d0d752235 /tools/mapreader.py | |
parent | cfa47e8c78442a5970661ed1aaca472f90a89d8f (diff) |
Remove pokemontools and gfx.py; update PyPNG and standardize on Python 3
Diffstat (limited to 'tools/mapreader.py')
-rw-r--r-- | tools/mapreader.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/mapreader.py b/tools/mapreader.py index de2ec3423..42eaa76de 100644 --- a/tools/mapreader.py +++ b/tools/mapreader.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # A library for parsing the pokecrystal.map file output by rgbds. |