mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-06-02 01:06:50 +02:00
Updated patch list (thanks Mow and stl25)
This commit is contained in:
1008
data/patchlist.json
1008
data/patchlist.json
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,5 @@ sealed class PatchListEntry
|
|||||||
{
|
{
|
||||||
public string GameCode { get; init; } = string.Empty;
|
public string GameCode { get; init; } = string.Empty;
|
||||||
public byte GameVersion { get; init; }
|
public byte GameVersion { get; init; }
|
||||||
public string GameName { get; init; } = string.Empty;
|
|
||||||
public PatchListEntryPatch[] Patches { get; init; } = [];
|
public PatchListEntryPatch[] Patches { get; init; } = [];
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,6 @@ namespace PicoLoaderConverter.PatchList;
|
|||||||
sealed class PatchListEntryPatch
|
sealed class PatchListEntryPatch
|
||||||
{
|
{
|
||||||
public PatchType Type { get; init; }
|
public PatchType Type { get; init; }
|
||||||
public string Description { get; init; } = string.Empty;
|
|
||||||
|
|
||||||
// replace
|
// replace
|
||||||
[JsonConverter(typeof(JsonHexNumberConverter))]
|
[JsonConverter(typeof(JsonHexNumberConverter))]
|
||||||
|
|||||||
Reference in New Issue
Block a user