Skip to content

Commit

Permalink
Atualizadas imagens e patch para lançamento da versão 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leomontenegro6 committed Dec 23, 2017
1 parent e7ff978 commit 45f5710
Show file tree
Hide file tree
Showing 18 changed files with 10 additions and 37 deletions.
47 changes: 10 additions & 37 deletions asm/repack_subtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ def create_tilesdict( buff , codec ):
offset = 0
tileset = array.array("c")
tilemaps = []
dc = {}
for g in os.listdir( path ):
for g in os.listdir( path ):
with open( os.path.join( path , g ), "rb" ) as fd :

buff = fd.read()
tilesdict = create_tilesdict( buff , 4 )


dc = {}

for x in tilesdict:
if dc.has_key(tilesdict[x]):
continue
Expand All @@ -65,42 +66,14 @@ def create_tilesdict( buff , codec ):
continue
else:
dc.update({tilesdict[x]:offset})
offset += 1

newdc = {}

for x in dc:
newdc.update({dc[x]:x})
for x in newdc:
tileset.extend(newdc[x])

for g in os.listdir( path ):
with open( os.path.join( path , g ), "rb" ) as fd :

buff = fd.read()
tilesdict = create_tilesdict( buff , 4 )

# dc = {}

# for x in tilesdict:
# if dc.has_key(tilesdict[x]):
# continue
# elif dc.has_key(horizontal(tilesdict[x])):
# continue
# elif dc.has_key(vertical(tilesdict[x])):
# continue
# elif dc.has_key(diagonal(tilesdict[x])):
# continue
# else:
# dc.update({tilesdict[x]:offset})
# offset += 1
offset += 1

# newdc = {}
newdc = {}

# for x in dc:
# newdc.update({dc[x]:x})
# for x in newdc:
# tileset.extend(newdc[x])
for x in dc:
newdc.update({dc[x]:x})
for x in newdc:
tileset.extend(newdc[x])

tm = array.array("c")
for x in tilesdict:
Expand Down
Binary file added imagens/01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/05.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/06.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/07.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/08.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/09.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/g1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/g2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/g3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added imagens/g4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added patch/[NDS] Rock Man ZX (J) (1.2).xdelta
Binary file not shown.

0 comments on commit 45f5710

Please sign in to comment.