From 416140a5f7a04df3edf8653a20ac6abc4c0398e5 Mon Sep 17 00:00:00 2001 From: Treeki Date: Thu, 19 May 2011 03:42:08 +0200 Subject: updated fileset generator to add the level marker brres --- MMFullWorld.fileset | Bin 103 -> 137 bytes setgen.py | 2 ++ 2 files changed, 2 insertions(+) diff --git a/MMFullWorld.fileset b/MMFullWorld.fileset index 4fde7e6..7fd55ba 100644 Binary files a/MMFullWorld.fileset and b/MMFullWorld.fileset differ diff --git a/setgen.py b/setgen.py index 82c3320..1ce0e39 100644 --- a/setgen.py +++ b/setgen.py @@ -5,6 +5,7 @@ def Goldwood(): names['PATH'] = '/Maps/forest/pathdata.bin' names['SCN0'] = '/Maps/forest/mainscene.bin' names['3D00'] = '/Maps/forest/base.brres' + names['LV_M'] = '/Maps/common/marker.brres' return ('SMGoldwood.fileset', names) def World(): @@ -12,6 +13,7 @@ def World(): names['PATH'] = '/Maps/main/pathdata.bin' names['SCN0'] = '/Maps/main/mainscene.bin' names['3D00'] = '/Maps/main/base.brres' + names['LV_M'] = '/Maps/common/marker.brres' return ('MMFullWorld.fileset', names) filename, names = World() -- cgit v1.2.3