Removed unused lines
This commit is contained in:
parent
0f97cc49bd
commit
bbdafa004a
@ -35,7 +35,6 @@ namespace Ryujinx.Ava.Utilities
|
||||
)
|
||||
.AddSpec(
|
||||
["0100a3d008c5c000", "01008f6008c5e000"],
|
||||
// TODO Rebase the repo on the latest
|
||||
spec => spec
|
||||
.AddValueFormatter("area_no", PokemonSVArea)
|
||||
.AddValueFormatter("team_circle", PokemonSVUnionCircle)
|
||||
@ -123,7 +122,7 @@ namespace Ryujinx.Ava.Utilities
|
||||
"a_w26" => "East Paldean Sea",
|
||||
"a_w27" => "Nouth Paldean Sea"
|
||||
//TODO DLC Locations
|
||||
_ => value.StringValue
|
||||
_ => PlayReportFormattedValue.ForceReset
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user