Formatting

Json spoiler tied to jsonout arg
Fixed Default Link sprite button again
Removed odd return from local_path (need to test this with bundle)
This commit is contained in:
aerinon
2020-04-09 17:02:40 -06:00
parent b86ffc3378
commit 8e7ed89723
3 changed files with 13 additions and 13 deletions

2
Rom.py
View File

@@ -385,7 +385,7 @@ class Sprite(object):
@staticmethod
def default_link_sprite():
return Sprite(local_path('data/default.zspr'))
return get_sprite_from_name('Link')
def decode8(self, pos):
arr = [[0 for _ in range(8)] for _ in range(8)]