Skip to content

Commit 498aa02

Browse files
author
FluffyFishGames
committed
2.0.6
1 parent f87d348 commit 498aa02

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

Assets/Plugins/Savegame/SavegameInfo.cs

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ public class SavegameInfo
3535
new Header(0x80009, 0x80085, 2, 0, 2, 24, "2.0.2", 11),
3636
new Header(0x80009, 0x80085, 2, 0, 2, 25, "2.0.3", 11),
3737
new Header(0x80009, 0x80085, 2, 0, 2, 26, "2.0.4", 11),
38-
new Header(0x80009, 0x80085, 2, 0, 2, 27, "2.0.5", 11)
38+
new Header(0x80009, 0x80085, 2, 0, 2, 27, "2.0.5", 11),
39+
new Header(0x80009, 0x80085, 2, 0, 2, 28, "2.0.6", 11)
3940
};
4041

4142
private static List<Info> Infos = new List<Info>()
@@ -288,7 +289,28 @@ public class SavegameInfo
288289
new HashRegion(0x791910, 0x033acc),
289290
new HashRegion(0x7c54f0, 0x03693c),
290291
new HashRegion(0x7fbe30, 0x033acc),
291-
new HashRegion(0x82fa10, 0x03693c),
292+
new HashRegion(0x82fa10, 0x03693c),
293+
new HashRegion(0x866350, 0x033acc),
294+
new HashRegion(0x899e20, 0x057d8c),
295+
}),
296+
new Info(0x8F1BB0, 0x1E3958, 0x1F42F8, 100, 100, new HashRegion[] {
297+
new HashRegion(0x000110, 0x1e339c),
298+
new HashRegion(0x1e34b0, 0x36406c),
299+
new HashRegion(0x547630, 0x03693c),
300+
new HashRegion(0x57df70, 0x033acc),
301+
new HashRegion(0x5b1b50, 0x03693c),
302+
new HashRegion(0x5e8490, 0x033acc),
303+
new HashRegion(0x61c070, 0x03693c),
304+
new HashRegion(0x6529b0, 0x033acc),
305+
new HashRegion(0x686590, 0x03693c),
306+
new HashRegion(0x6bced0, 0x033acc),
307+
new HashRegion(0x6f0ab0, 0x03693c),
308+
new HashRegion(0x7273f0, 0x033acc),
309+
new HashRegion(0x75afd0, 0x03693c),
310+
new HashRegion(0x791910, 0x033acc),
311+
new HashRegion(0x7c54f0, 0x03693c),
312+
new HashRegion(0x7fbe30, 0x033acc),
313+
new HashRegion(0x82fa10, 0x03693c),
292314
new HashRegion(0x866350, 0x033acc),
293315
new HashRegion(0x899e20, 0x057d8c),
294316
})

ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ PlayerSettings:
130130
16:10: 0
131131
16:9: 1
132132
Others: 0
133-
bundleVersion: 0.9.5p15
133+
bundleVersion: 0.9.5p16
134134
preloadedAssets: []
135135
metroInputSource: 0
136136
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)