mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-02-12 11:15:53 +00:00
[Sprite] Mega Mewtwo sprite fixes (#3065)
* [Sprite] Add static epic Mega Mewtwo Y Colours taken from exp, as consistent/exp rare backs share palettes. * [Sprite] Fix transparent pixels on Mega Mewtwo X * [Sprite] Fix transparent pixels on Mega Mewtwo X * [Sprite] Add static epic Mega Mewtwo Y Now exists, and is a paletteswap
This commit is contained in:
parent
36cf0eacd0
commit
6735dd7241
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB After Width: | Height: | Size: 2.3 KiB |
@ -3840,7 +3840,7 @@
|
|||||||
"150-mega-y": [
|
"150-mega-y": [
|
||||||
0,
|
0,
|
||||||
1,
|
1,
|
||||||
0
|
1
|
||||||
],
|
],
|
||||||
"150": [
|
"150": [
|
||||||
0,
|
0,
|
||||||
|
@ -11,5 +11,18 @@
|
|||||||
"6e318c": "318c8a",
|
"6e318c": "318c8a",
|
||||||
"f8f8f8": "f8f8f8",
|
"f8f8f8": "f8f8f8",
|
||||||
"f25555": "4bac9a"
|
"f25555": "4bac9a"
|
||||||
|
},
|
||||||
|
"2": {
|
||||||
|
"101010": "101010",
|
||||||
|
"36364d": "884c17",
|
||||||
|
"461f59": "59201f",
|
||||||
|
"6e318c": "8c3331",
|
||||||
|
"7a7a99": "d68f40",
|
||||||
|
"9643bf": "bf4c43",
|
||||||
|
"be55f2": "f26155",
|
||||||
|
"acacbf": "edaf5b",
|
||||||
|
"f25555": "f25555",
|
||||||
|
"f8f8f8": "ffdd98",
|
||||||
|
"dadaf2": "ffdd98"
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user