Skip to content

Commit

Permalink
Remove pokemontools and gfx.py; update PyPNG and standardize on Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Mar 14, 2022
1 parent cfa47e8 commit 61faca1
Show file tree
Hide file tree
Showing 10 changed files with 2,363 additions and 4,441 deletions.
267 changes: 0 additions & 267 deletions tools/gfx.py

This file was deleted.

1 change: 1 addition & 0 deletions tools/mapreader.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

# A library for parsing the pokecrystal.map file output by rgbds.
Expand Down
7 changes: 3 additions & 4 deletions tools/palfix.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""
Expand All @@ -9,10 +9,9 @@
color, black}. Grayscale images will become two-bit grayscale.
"""

from __future__ import print_function

import sys
from pokemontools import png

import png

def rgb8_to_rgb5(c):
r, g, b = c
Expand Down
Loading

0 comments on commit 61faca1

Please sign in to comment.