Skip to content

Commit

Permalink
adjust block names
Browse files Browse the repository at this point in the history
the names of a few blocks that are accessible in LiveHex had changed API side and have been adjusted. This fixes SwSh LiveHex Miscellaneous, Trainer Data, Trainer Card
  • Loading branch information
santacrab2 committed Dec 18, 2024
1 parent 8a6ec09 commit 30e8699
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PKHeX.Core.Injection/Protocols/LPBasic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ public sealed class LPBasic(LiveHeXVersion lv, bool useCache) : InjectionBase(lv

public static readonly BlockData[] Blocks_Rigel2 =
[
Get(0x45068F18, 0xF25C070E, "KMyStatus", "Trainer Data"),
Get(0x45068F18, 0xF25C070E, "MyStatus", "Trainer Data"),
Get(0x45067A98, 0x1177C2C4, "KItem", "Items"),
Get(0x45072DF0, 0x1B882B09, "KMisc", "Miscellaneous"),
Get(0x45127098, 0x874DA6FA, "KTrainerCard", "Trainer Card"),
Get(0x450748E8, 0xD224F9AC, "KFashionUnlock", "Fashion"),
Get(0x45072DF0, 0x1B882B09, "Misc", "Miscellaneous"),
Get(0x45127098, 0x874DA6FA, "TrainerCard", "Trainer Card"),
Get(0x450748E8, 0xD224F9AC, "Fashion", "Fashion"),
Get(0x450C8A70, 0x9033eb7b, "Raid", "Raid"),
Get(0x450C94D8, 0x158DA896, "RaidArmor", "RaidArmor"),
Get(0x450C9F40, 0x148DA703, "RaidCrown", "RaidCrown"),
Expand Down

0 comments on commit 30e8699

Please sign in to comment.