diff options
Diffstat (limited to '')
-rw-r--r-- | setgen.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |