You've already forked Microtransactions64
mirror of
https://github.com/Print-and-Panic/Microtransactions64.git
synced 2026-01-21 10:17:19 -08:00
Fix pallete for CI fast64
This commit is contained in:
@@ -31,6 +31,7 @@ if __name__=='__main__':
|
||||
[texture,palette] = MakeCI(sys.argv[1],int(sys.argv[3]))
|
||||
pname = sys.argv[2].split('.')
|
||||
pname.insert(2,'pal')
|
||||
pname = pname[:3]
|
||||
pname = '.'.join(pname)
|
||||
p = open(pname,'w')
|
||||
t = open(sys.argv[2],'w')
|
||||
|
||||
Reference in New Issue
Block a user