Removed unused lines

This commit is contained in:
Piplup 2025-02-06 00:15:11 +00:00
parent 0f97cc49bd
commit bbdafa004a
No known key found for this signature in database
GPG Key ID: AADE53FD75F1BEAD

View File

@ -35,7 +35,6 @@ namespace Ryujinx.Ava.Utilities
) )
.AddSpec( .AddSpec(
["0100a3d008c5c000", "01008f6008c5e000"], ["0100a3d008c5c000", "01008f6008c5e000"],
// TODO Rebase the repo on the latest
spec => spec spec => spec
.AddValueFormatter("area_no", PokemonSVArea) .AddValueFormatter("area_no", PokemonSVArea)
.AddValueFormatter("team_circle", PokemonSVUnionCircle) .AddValueFormatter("team_circle", PokemonSVUnionCircle)
@ -123,7 +122,7 @@ namespace Ryujinx.Ava.Utilities
"a_w26" => "East Paldean Sea", "a_w26" => "East Paldean Sea",
"a_w27" => "Nouth Paldean Sea" "a_w27" => "Nouth Paldean Sea"
//TODO DLC Locations //TODO DLC Locations
_ => value.StringValue _ => PlayReportFormattedValue.ForceReset
}; };
} }
} }