Skip to content

Commit

Permalink
Changed the wrong line in the last version. I'm sorry...
Browse files Browse the repository at this point in the history
  • Loading branch information
FluffyFishGames committed Nov 5, 2021
1 parent 4375aa9 commit a999c4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Assets/Plugins/Savegame/SavegameInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ public class SavegameInfo
new HashRegion(0x7b6d30, 0x02d70c),
new HashRegion(0x7e4550, 0x03693c),
new HashRegion(0x81ae90, 0x02d70c),
new HashRegion(0x8485a0, 0x024fbc)
new HashRegion(0x8485a0, 0x024fbc)
}),
new Info(0x86D570, 0x1E3958, 0x1F42F8, 100, 100, new HashRegion[] {
new Info(0x86D570, 0x1E2720, 0x1F30C0, 100, 100, new HashRegion[] {
new HashRegion(0x000110, 0x1e216c),
new HashRegion(0x1e2280, 0x34582c),
new HashRegion(0x527bc0, 0x03693c),
Expand All @@ -266,7 +266,7 @@ public class SavegameInfo
new HashRegion(0x81aea0, 0x02d70c),
new HashRegion(0x8485b0, 0x024fbc)
}),
new Info(0x8F1BB0, 0x1E3968, 0x1F4308, 100, 100, new HashRegion[] {
new Info(0x8F1BB0, 0x1E3958, 0x1F42F8, 100, 100, new HashRegion[] {
new HashRegion(0x000110, 0x1e339c),
new HashRegion(0x1e34b0, 0x36406c),
new HashRegion(0x547630, 0x03693c),
Expand Down
2 changes: 1 addition & 1 deletion ProjectSettings/ProjectSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ PlayerSettings:
16:10: 0
16:9: 1
Others: 0
bundleVersion: 0.9.5p9
bundleVersion: 0.9.5p10
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down

0 comments on commit a999c4c

Please sign in to comment.