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