From 84eed719e7bb7880c780fbdf3091cd45853079cf Mon Sep 17 00:00:00 2001
From: MelonSpeedruns <6260159+MelonSpeedruns@users.noreply.github.com>
Date: Mon, 12 Feb 2018 18:47:52 -0500
Subject: [PATCH] Added Play-as mods for Hyrule Warriors! (Both Beast Ganon and
 Giant Cucco) (#189)

* Create rules.txt

* Create patches.txt

* Create rules.txt

* Create patches.txt

* Create rules.txt

* Create patches.txt
---
 Modifications/HyruleWarriors_PlayAsCucco/patches.txt | 4 ++++
 Modifications/HyruleWarriors_PlayAsCucco/rules.txt   | 5 +++++
 Modifications/HyruleWarriors_PlayAsGanon/patches.txt | 4 ++++
 Modifications/HyruleWarriors_PlayAsGanon/rules.txt   | 5 +++++
 4 files changed, 18 insertions(+)
 create mode 100644 Modifications/HyruleWarriors_PlayAsCucco/patches.txt
 create mode 100644 Modifications/HyruleWarriors_PlayAsCucco/rules.txt
 create mode 100644 Modifications/HyruleWarriors_PlayAsGanon/patches.txt
 create mode 100644 Modifications/HyruleWarriors_PlayAsGanon/rules.txt

diff --git a/Modifications/HyruleWarriors_PlayAsCucco/patches.txt b/Modifications/HyruleWarriors_PlayAsCucco/patches.txt
new file mode 100644
index 00000000..1d353f70
--- /dev/null
+++ b/Modifications/HyruleWarriors_PlayAsCucco/patches.txt
@@ -0,0 +1,4 @@
+[HWPlayAsCuccov208]
+moduleMatches = 0xE159AE91
+
+0x020EBF10 = li r11, 51 ;
diff --git a/Modifications/HyruleWarriors_PlayAsCucco/rules.txt b/Modifications/HyruleWarriors_PlayAsCucco/rules.txt
new file mode 100644
index 00000000..03b7ac34
--- /dev/null
+++ b/Modifications/HyruleWarriors_PlayAsCucco/rules.txt
@@ -0,0 +1,5 @@
+#Huge thanks to Crementif for helping me!
+[Definition]
+titleIds = 000500001017D800,000500001017D900,000500001017CD00
+name = "Hyrule Warriors - Play as Cucco"
+version = 2
diff --git a/Modifications/HyruleWarriors_PlayAsGanon/patches.txt b/Modifications/HyruleWarriors_PlayAsGanon/patches.txt
new file mode 100644
index 00000000..fdf22c40
--- /dev/null
+++ b/Modifications/HyruleWarriors_PlayAsGanon/patches.txt
@@ -0,0 +1,4 @@
+[HWPlayAsGanonv208]
+moduleMatches = 0xE159AE91
+
+0x020EBF10 = li r11, 50 ;
diff --git a/Modifications/HyruleWarriors_PlayAsGanon/rules.txt b/Modifications/HyruleWarriors_PlayAsGanon/rules.txt
new file mode 100644
index 00000000..5af487d2
--- /dev/null
+++ b/Modifications/HyruleWarriors_PlayAsGanon/rules.txt
@@ -0,0 +1,5 @@
+#Huge thanks to Crementif for helping me!
+[Definition]
+titleIds = 000500001017D800,000500001017D900,000500001017CD00
+name = "Hyrule Warriors - Play as Ganon"
+version = 2