diff options
-rw-r--r-- | MMFullWorld.fileset | bin | 103 -> 137 bytes | |||
-rw-r--r-- | setgen.py | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/MMFullWorld.fileset b/MMFullWorld.fileset Binary files differindex 4fde7e6..7fd55ba 100644 --- a/MMFullWorld.fileset +++ b/MMFullWorld.fileset @@ -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() |