Add several new NEDs:
- Barf (Earthbound) - Chain Chomp (Mario series) - Flammie side & front (Secret of Mana; I forget which is which, lol) - Giant Beak (Breath of Fire 2) - Godzilla - Lavos Spawn (Chrono Trigger) - MechaGodzilla - Romancing SaGa 3 Boss - Shaqmain
parent
1ca5bd0739
commit
7ba0caf452
10
patches.qrc
10
patches.qrc
|
@ -8,13 +8,23 @@
|
|||
<file>patches/waddle.ips</file>
|
||||
<file>patches/portraits.ips</file>
|
||||
<file>patches/sound_restoration.ips</file>
|
||||
<file>patches/ned/barf.ips</file>
|
||||
<file>patches/ned/cactuar.ips</file>
|
||||
<file>patches/ned/chomp.ips</file>
|
||||
<file>patches/ned/classic.ips</file>
|
||||
<file>patches/ned/fancy.ips</file>
|
||||
<file>patches/ned/flammie1.ips</file>
|
||||
<file>patches/ned/flammie2.ips</file>
|
||||
<file>patches/ned/flanders.ips</file>
|
||||
<file>patches/ned/giantbeak.ips</file>
|
||||
<file>patches/ned/godzilla.ips</file>
|
||||
<file>patches/ned/lavos-spawn.ips</file>
|
||||
<file>patches/ned/mechagodzilla.ips</file>
|
||||
<file>patches/ned/metroid.ips</file>
|
||||
<file>patches/ned/neo-x-death.ips</file>
|
||||
<file>patches/ned/pad.ips</file>
|
||||
<file>patches/ned/rs3boss.ips</file>
|
||||
<file>patches/ned/shaq.ips</file>
|
||||
<file>patches/ned/thomas.ips</file>
|
||||
<file>patches/ned/train.ips</file>
|
||||
<file>patches/ned/tree.ips</file>
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -84,13 +84,23 @@ void Exdeath::initMain(void) {
|
|||
selNED->addItem("Random");
|
||||
selNED->addItem("Vanilla");
|
||||
selNED->setCurrentIndex(1);
|
||||
selNED->addItem("Barf", "barf.ips");
|
||||
selNED->addItem("Cactuar", "cactuar.ips");
|
||||
selNED->addItem("Chain Chomp", "chomp.ips");
|
||||
selNED->addItem("Classic", "classic.ips");
|
||||
selNED->addItem("Doomtrain", "train.ips");
|
||||
selNED->addItem("Flammie (1)", "flammie1.ips");
|
||||
selNED->addItem("Flammie (2)", "flammie2.ips");
|
||||
selNED->addItem("Giant Beak", "giantbeak.ips");
|
||||
selNED->addItem("Godzilla", "godzilla.ips");
|
||||
selNED->addItem("Lavos Spawn", "lavos-spawn.ips");
|
||||
selNED->addItem("MechaGodzilla", "mechagodzilla.ips");
|
||||
selNED->addItem("Metroid", "metroid.ips");
|
||||
selNED->addItem("Neo X Death", "neo-x-death.ips");
|
||||
selNED->addItem("Neon ExDeath", "fancy.ips");
|
||||
selNED->addItem("Puzzle & Dragon", "pad.ips");
|
||||
selNED->addItem("Romancing SaGa 3 Boss", "rs3boss.ips");
|
||||
selNED->addItem("Shaq", "shaq.ips");
|
||||
selNED->addItem("Stupid Sexy Flanders", "flanders.ips");
|
||||
selNED->addItem("Territorial Oak", "tree.ips");
|
||||
selNED->addItem("Thomas the Tank Engine", "thomas.ips");
|
||||
|
|
Loading…
Reference in New Issue