You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Merge branch 'gfx-fixes-again' into master.
Various whitespace and formatting changes.
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -37,3 +37,5 @@ pokecrystal.rtc
|
|||||||
|
|
||||||
# some users are dumping png.py into extras/
|
# some users are dumping png.py into extras/
|
||||||
extras/png.py
|
extras/png.py
|
||||||
|
|
||||||
|
*$py.class
|
||||||
|
@@ -58,7 +58,6 @@ def hex_dump(input, debug = True):
|
|||||||
for char in range(margin):
|
for char in range(margin):
|
||||||
output += ' '
|
output += ' '
|
||||||
|
|
||||||
#
|
|
||||||
for byte in range(bytes_per_line):
|
for byte in range(bytes_per_line):
|
||||||
output += hex(byte)[2:].zfill(2) + ' '
|
output += hex(byte)[2:].zfill(2) + ' '
|
||||||
output = output[:-1] # last space
|
output = output[:-1] # last space
|
||||||
|
Reference in New Issue
Block a user