Mirai's Miscellaneous Misadventures

M47-patches / meta / patches.txt

# This is Mirai's Miscellaneous Misadventures!
# It is a fan-made Senran Kagura game.
# (Don't let anyone tell you otherwise.)

--- random/index.html
+++ mimimi/index.html
@@ -0,1 +0,1 @@
-<title> Random Character Adventures </title>
+<title> Mirai's Miscellaneous Misadventures </title>

--- random/include/mimimi.h
+++ mimimi/include/mimimi.h
@@ -0,2 +0,10 @@
 extern struct mimimi_model *mimimi_mango;
 extern struct mimimi_model *mimimi_pepper;
+
+extern struct mimimi_model *mimimi_homura_flash;
+extern struct mimimi_model *mimimi_mirai_flash;
+extern struct mimimi_model *mimimi_mirai_yang;
+extern struct mimimi_model *mimimi_haruka_flash;
+
+extern struct mimimi_model *mimimi_ryoubi_flash;
+extern struct mimimi_model *mimimi_ryouna_flash;

--- random/models/all.c
+++ mimimi/models/all.c
@@ -0,2 +0,4 @@
 #include "mango.c"
 #include "pepper.c"
+#include "crimson-squad.c"
+#include "hebijo.c"

--- random/chapters/chapter-I/setup.c
+++ mimimi/chapters/chapter-I/setup.c
@@ -0,1 +0,6 @@
-		{0, "Mango", "Hello, world!"},
+		{0, "Mirai", "There seems to be nothing for me to do. Hmmm... Maybe I can find something to do later."},
+		{0, "Ryouna", "Hear that? If you come back later, then maybe you can find something to do!"},
+		{0, "Ryoubi", "Who are you talking with? Are you stupid or something?"},
+		{0, "Ryouna", "Aaah! Ryoubi, I really like when you yell insults at me!"},
+		{0, "Mirai", "Wha-? What are you two doing here?"},
+		{0, "Haruka", "Hehe, don't worry about it!"},
@@ -0,1 +0,6 @@
-	paragraphs[0].model = mimimi_mango;
+	paragraphs[0].model = mimimi_mirai_flash;
+	paragraphs[1].model = mimimi_ryouna_flash;
+	paragraphs[2].model = mimimi_ryoubi_flash;
+	paragraphs[3].model = mimimi_ryouna_flash;
+	paragraphs[4].model = mimimi_mirai_flash;
+	paragraphs[5].model = mimimi_haruka_flash;
@@ -0,1 +0,1 @@
-	mimimi_chapter_I_sprite(&chapter->player, mimimi_mango, chapter);
+	mimimi_chapter_I_sprite(&chapter->player, mimimi_mirai_flash, chapter);