updated defprops

This commit is contained in:
thrust26 2020-11-29 23:40:59 +01:00
parent 71caf5e776
commit 5ba8795747
2 changed files with 3520 additions and 3526 deletions

File diff suppressed because it is too large Load Diff

View File

@ -30,10 +30,7 @@ my %prop_type = (
"Display.VCenter" => 24, "Display.VCenter" => 24,
"Display.Phosphor" => 25, "Display.Phosphor" => 25,
"Display.PPBlend" => 26, "Display.PPBlend" => 26,
"Cart.Variations" => 27, "Cart.Highscore" => 27
"Cart.Formats" => 28,
"Cart.Addresses" => 29,
"Cart.Highscore" => 30
); );
my @prop_type_as_string = ( my @prop_type_as_string = (
"Cart.MD5", "Cart.MD5",
@ -62,9 +59,6 @@ my @prop_type_as_string = (
"Display.VCenter", "Display.VCenter",
"Display.Phosphor", "Display.Phosphor",
"Display.PPBlend", "Display.PPBlend",
"Cart.Variations",
"Cart.Formats",
"Cart.Addresses",
"Cart_Highscore" "Cart_Highscore"
); );