Fix typos
parent
27c4c3c00c
commit
8522d51719
|
@ -962,7 +962,7 @@ EVERYONE = [
|
||||||
Character(
|
Character(
|
||||||
smashggid = None,
|
smashggid = None,
|
||||||
name = "pyra",
|
name = "pyra",
|
||||||
codename = [ "eflame_only", ]
|
codenames = [ "eflame_only", ],
|
||||||
res_urls = {
|
res_urls = {
|
||||||
"spriters": [
|
"spriters": [
|
||||||
"https://www.spriters-resource.com/download/149626/",
|
"https://www.spriters-resource.com/download/149626/",
|
||||||
|
@ -973,7 +973,7 @@ EVERYONE = [
|
||||||
Character(
|
Character(
|
||||||
smashggid = 1795,
|
smashggid = 1795,
|
||||||
name = "pyra & mythra",
|
name = "pyra & mythra",
|
||||||
codename = [ "eflame_first", ]
|
codenames = [ "eflame_first", ],
|
||||||
res_urls = {
|
res_urls = {
|
||||||
"spriters": [
|
"spriters": [
|
||||||
"https://www.spriters-resource.com/download/149627/",
|
"https://www.spriters-resource.com/download/149627/",
|
||||||
|
@ -984,7 +984,7 @@ EVERYONE = [
|
||||||
Character(
|
Character(
|
||||||
smashggid = None,
|
smashggid = None,
|
||||||
name = "mythra",
|
name = "mythra",
|
||||||
codename = [ "elight_only", ]
|
codenames = [ "elight_only", ],
|
||||||
res_urls = {
|
res_urls = {
|
||||||
"spriters": [
|
"spriters": [
|
||||||
"https://www.spriters-resource.com/download/149628/",
|
"https://www.spriters-resource.com/download/149628/",
|
||||||
|
@ -995,7 +995,7 @@ EVERYONE = [
|
||||||
Character(
|
Character(
|
||||||
smashggid = None,
|
smashggid = None,
|
||||||
name = "mythra & pyra",
|
name = "mythra & pyra",
|
||||||
codename = [ "elight_first", ]
|
codenames = [ "elight_first", ],
|
||||||
res_urls = {
|
res_urls = {
|
||||||
"spriters": [
|
"spriters": [
|
||||||
"https://www.spriters-resource.com/download/149629/",
|
"https://www.spriters-resource.com/download/149629/",
|
||||||
|
@ -1006,7 +1006,7 @@ EVERYONE = [
|
||||||
Character(
|
Character(
|
||||||
smashggid = None,
|
smashggid = None,
|
||||||
name = "kazuya",
|
name = "kazuya",
|
||||||
codename = [ "demon", ]
|
codenames = [ "demon", ],
|
||||||
res_urls = {
|
res_urls = {
|
||||||
"spriters": [
|
"spriters": [
|
||||||
"https://www.spriters-resource.com/download/156997/",
|
"https://www.spriters-resource.com/download/156997/",
|
||||||
|
|
Loading…
Reference in New Issue