Skip to content

Commit

Permalink
added new items and flags for 1.03a
Browse files Browse the repository at this point in the history
  • Loading branch information
tolik518 committed Aug 2, 2024
1 parent 6665404 commit 276cfad
Show file tree
Hide file tree
Showing 8 changed files with 1,189 additions and 1,175 deletions.
7 changes: 6 additions & 1 deletion SoG_SGreader/Enum/SogFlag.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Generated by JackTheEnumRipper
// Source: Secrets of Grindea: SoG\FlagCodex\FlagID
// Game Version: 1.00
// Game Version: 1.03a
public enum SogFlag : ushort
{
Null = 0,
Expand Down Expand Up @@ -576,6 +576,7 @@ public enum SogFlag : ushort
Chest_00060_MtBloom_PhasingBonus_LeftBONUSChest = 10060,
Chest_00061_MtBloom_PhasingBonus_RightBONUSChest = 10061,
Chest_00062_MtBloom_PhasingBonus_SparkBONUSChest = 10062,
Chest_00063_MtBloom_PhasingBonus_KailanIDChest = 10063,
Chest_00100_TaiMing_Zone01BarracksChestA = 10100,
Chest_00101_TaiMing_Zone01BarracksChestB = 10101,
Chest_00102_TaiMing_Zone01BarracksChestC = 10102,
Expand Down Expand Up @@ -789,6 +790,10 @@ public enum SogFlag : ushort
Event_ReadPennWryte05 = 20297,
Event_ReadPennWryte06 = 20298,
Event_HasPlayedOnNormal = 20299,
Event_GotFishBowl = 20300,
Event_GotMediumAquarium = 20301,
Event_GotBigAquarium = 20302,
Event_GotHugeAquarium = 20303,
Mesido_SeenFestival = 20500,
Mesido_Comment_Evergrind = 20501,
Mesido_Comment_Festival = 20502,
Expand Down
2,307 changes: 1,158 additions & 1,149 deletions SoG_SGreader/Enum/SogItem.cs

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions SoG_SGreader/Enum/SogTreasuremap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@
public enum SogTreasureMap : ushort
{
Null = 0,
TreasureMap01 = 0x3e8,
TreasureMap02 = 0x3e9,
TreasureMap03 = 0x3ea,
TreasureMap04 = 0x3eb,
TreasureMap05 = 0x3ec,
TreasureMap06 = 0x3ed,
TreasureMap07 = 0x3ee,
TreasureMap08 = 0x3ef,
TreasureMap09_Fertilizer = 0x3f0,
TreasureMap10_Ugras = 0x3f1,
TreasureMap11_PhasemanBoots_39 = 0x3f2,
TreasureMap12_Antlers_19 = 0x3f3,
TreasureMap13_PlantBladeSeed_22 = 0x3f4,
TreasureMap14_Diamond_40 = 0x3f5,
TreasureMap15_FunnyMask_41 = 0x3f6,
TreasureMap16_Salamander_34 = 0x3f7,
TreasureMap01 = 1000,
TreasureMap02 = 1001,
TreasureMap03 = 1002,
TreasureMap04 = 1003,
TreasureMap05 = 1004,
TreasureMap06 = 1005,
TreasureMap07 = 1006,
TreasureMap08 = 1007,
TreasureMap09_Fertilizer = 1008,
TreasureMap10_Ugras = 1009,
TreasureMap11_PhasemanBoots_39 = 1010,
TreasureMap12_Antlers_19 = 1011,
TreasureMap13_PlantBladeSeed_22 = 1012,
TreasureMap14_Diamond_40 = 1013,
TreasureMap15_FunnyMask_41 = 1014,
TreasureMap16_Salamander_34 = 1015,
SpecialMap02_Tessen = 1,
FinderMap01 = 2,
FinderMap02 = 3,
FinderMap03 = 4
FinderMap03 = 4,
}
2 changes: 1 addition & 1 deletion SoG_SGreader/Forms/FrmLoadSaveGame.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SoG_SGreader/Forms/FrmMain.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SoG_SGreader/Forms/FrmMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace SoG_SGreader
{
public partial class FrmMain : Form
{
public static readonly string SupportedPatch = "1.00";
public static readonly string SupportedPatch = "1.03a";
public string InstalledGamePatch = "";
private Player playerObject;
private readonly ComboBox[] cbQuickslot = new ComboBox[10];
Expand Down
4 changes: 2 additions & 2 deletions SoG_SGreader/SoG_SGreader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<UpdatePeriodically>false</UpdatePeriodically>
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>12</ApplicationRevision>
<ApplicationRevision>13</ApplicationRevision>
<ApplicationVersion>0.0.1.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
Expand Down Expand Up @@ -64,7 +64,7 @@
<ManifestKeyFile>SoG_SGreader_TemporaryKey.pfx</ManifestKeyFile>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
<GenerateManifests>true</GenerateManifests>
</PropertyGroup>
<PropertyGroup>
<TargetZone>LocalIntranet</TargetZone>
Expand Down
6 changes: 3 additions & 3 deletions SoG_SGreader/VersionInc.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

using System.Reflection;

[assembly: AssemblyVersion("0.7.0")]
[assembly: AssemblyFileVersion("0.7.0.1452")]
[assembly: AssemblyInformationalVersionAttribute("0.7.0")]
[assembly: AssemblyVersion("0.7.1")]
[assembly: AssemblyFileVersion("0.7.1.1452")]
[assembly: AssemblyInformationalVersionAttribute("0.7.1")]

0 comments on commit 276cfad

Please sign in to comment.