You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Change bad indents in extras/gfx.py
This commit is contained in:
@@ -28,7 +28,7 @@ def mkdir_p(path):
|
|||||||
|
|
||||||
|
|
||||||
def hex_dump(input, debug = True):
|
def hex_dump(input, debug = True):
|
||||||
"""
|
"""
|
||||||
Display hex dump in rows of 16 bytes.
|
Display hex dump in rows of 16 bytes.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@@ -328,7 +328,8 @@ class Compressed:
|
|||||||
Works, but doesn't do flipped/reversed streams yet.
|
Works, but doesn't do flipped/reversed streams yet.
|
||||||
|
|
||||||
This takes up most of the compress time and only saves a few bytes
|
This takes up most of the compress time and only saves a few bytes
|
||||||
it might be more feasible to exclude it entirely."""
|
it might be more feasible to exclude it entirely.
|
||||||
|
"""
|
||||||
|
|
||||||
self.repeats = []
|
self.repeats = []
|
||||||
self.flips = []
|
self.flips = []
|
||||||
|
Reference in New Issue
Block a user