Skip to content

Commit a999c4c

Browse files
author
FluffyFishGames
committed
Changed the wrong line in the last version. I'm sorry...
1 parent 4375aa9 commit a999c4c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Assets/Plugins/Savegame/SavegameInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ public class SavegameInfo
243243
new HashRegion(0x7b6d30, 0x02d70c),
244244
new HashRegion(0x7e4550, 0x03693c),
245245
new HashRegion(0x81ae90, 0x02d70c),
246-
new HashRegion(0x8485a0, 0x024fbc)
246+
new HashRegion(0x8485a0, 0x024fbc)
247247
}),
248-
new Info(0x86D570, 0x1E3958, 0x1F42F8, 100, 100, new HashRegion[] {
248+
new Info(0x86D570, 0x1E2720, 0x1F30C0, 100, 100, new HashRegion[] {
249249
new HashRegion(0x000110, 0x1e216c),
250250
new HashRegion(0x1e2280, 0x34582c),
251251
new HashRegion(0x527bc0, 0x03693c),
@@ -266,7 +266,7 @@ public class SavegameInfo
266266
new HashRegion(0x81aea0, 0x02d70c),
267267
new HashRegion(0x8485b0, 0x024fbc)
268268
}),
269-
new Info(0x8F1BB0, 0x1E3968, 0x1F4308, 100, 100, new HashRegion[] {
269+
new Info(0x8F1BB0, 0x1E3958, 0x1F42F8, 100, 100, new HashRegion[] {
270270
new HashRegion(0x000110, 0x1e339c),
271271
new HashRegion(0x1e34b0, 0x36406c),
272272
new HashRegion(0x547630, 0x03693c),

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.5p9
133+
bundleVersion: 0.9.5p10
134134
preloadedAssets: []
135135
metroInputSource: 0
136136
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)