Example #1
0
 static Raid_enum SearchRaidPatchLow()
 {
     {
         Grep2PatchTableSt[] table = new Grep2PatchTableSt[] {
             new Grep2PatchTableSt {
                 name = "ver20191022", ver = "FE8U", data = new byte[] { 0xF0, 0xB5, 0x29, 0x48, 0x02, 0x68, 0x51, 0x68, 0x09, 0x79, 0x04, 0x1C, 0x51, 0x29, 0x46, 0xD0, 0xD0, 0x68, 0x40, 0x21, 0x08, 0x40, 0x00, 0x28, 0x41, 0xD1, 0x11, 0x20, 0x10, 0x56, 0x23, 0x49, 0x09, 0x68, 0x80, 0x00, 0x40, 0x18, 0x10, 0x21 }
             },
         };
         Grep2PatchTableSt t = GrepPatch(table);
         if (t.name == "ver20191022")
         {
             return(Raid_enum.RaidPath);
         }
     }
     return(Raid_enum.NO);
 }
Example #2
0
 static FE8UItemSkill_enum SearchFE8UItemSkillLow()
 {
     {
         Grep2PatchTableSt[] table = new Grep2PatchTableSt[] {
             new Grep2PatchTableSt {
                 name = "ver20191022", ver = "FE8U", data = new byte[] { 0xFF, 0x21, 0x08, 0x40, 0x00, 0x28, 0x07, 0xD0, 0x24, 0x21, 0x48, 0x43, 0x05, 0x49, 0x40, 0x18, 0x23, 0x21, 0x40, 0x5C, 0xA0, 0x42, 0x01, 0xD0, 0x00, 0x20, 0x30, 0xBD, 0x01, 0x20, 0x30, 0xBD }
             },
         };
         Grep2PatchTableSt t = GrepPatch(table);
         if (t.name == "ver20191022")
         {
             return(FE8UItemSkill_enum.Ver20191022);
         }
     }
     return(FE8UItemSkill_enum.NO);
 }
Example #3
0
 static Escape_enum SearchEscapePatchLow()
 {
     {
         PatchTableSt[] table = new PatchTableSt[] {
             new PatchTableSt {
                 name = "escape_arrive", ver = "FE8U", addr = 0x187A8, data = new byte[] { 0x00, 0x4b, 0x18, 0x47 }
             },
         };
         PatchTableSt p = SearchPatch(table);
         if (p.name == "escape_arrive")
         {
             return(Escape_enum.EscapeArrivePath);
         }
     }
     {
         Grep2PatchTableSt[] table = new Grep2PatchTableSt[] {
             new Grep2PatchTableSt {
                 name = "ver20191022", ver = "FE8U", data = new byte[] { 0x00, 0xB5, 0x07, 0x48, 0x06, 0x4A, 0x00, 0x78, 0x02, 0x21, 0x48, 0x43, 0x05, 0x49, 0x40, 0x18, 0x00, 0x88, 0x10, 0x80, 0x02, 0xBC, 0x08, 0x47, 0xC0, 0x46, 0xC0, 0x46, 0xC0, 0x46, 0xC0, 0x46, 0xC0, 0x04, 0x00, 0x03 }
             },
         };
         Grep2PatchTableSt t = GrepPatch(table);
         if (t.name == "ver20191022")
         {
             return(Escape_enum.EscapeArrivePath);
         }
     }
     {
         GrepPatchTableSt[] table = new GrepPatchTableSt[] {
             new GrepPatchTableSt {
                 name = "escape_menu", patch_dmp = "EscapeMenu/IsLoca0x13.dmp"
             },
         };
         GrepPatchTableSt p = GrepPatch(table);
         if (p.name == "escape_menu")
         {
             return(Escape_enum.EscapeMenuPath);
         }
     }
     return(Escape_enum.NO);
 }