mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2024-12-28 04:23:42 +01:00
Revert "Continue debugging of converters.py"
This reverts commit 499856e38c
.
This commit is contained in:
parent
499856e38c
commit
9efb47c3b6
2 changed files with 1 additions and 46089 deletions
|
@ -72,7 +72,7 @@ def convert_world(input, output, params, target):
|
|||
if DEBUG: print( "Map = ", map )
|
||||
structWorld += fxconv.ptr( map )
|
||||
|
||||
#structWorld += fxconv.u32(0)
|
||||
structWorld += fxconv.u32(0)
|
||||
|
||||
#generate !
|
||||
fxconv.elf(structWorld, output, "_" + params["name"], **target)
|
||||
|
|
Loading…
Reference in a new issue