Mirai's Miscellaneous Misadventures
M43-patches / meta / patches.txt
1# This is Mirai's Miscellaneous Misadventures!
2# It is a fan-made Senran Kagura game.
3# (Don't let anyone tell you otherwise.)
4
5--- random/index.html
6+++ mimimi/index.html
7@@ -0,1 +0,1 @@
8-<title> Random Character Adventures </title>
9+<title> Mirai's Miscellaneous Misadventures </title>
10
11--- random/include/mimimi.h
12+++ mimimi/include/mimimi.h
13@@ -0,2 +0,10 @@
14 extern struct mimimi_model *mimimi_mango;
15 extern struct mimimi_model *mimimi_pepper;
16+
17+extern struct mimimi_model *mimimi_homura_flash;
18+extern struct mimimi_model *mimimi_mirai_flash;
19+extern struct mimimi_model *mimimi_mirai_yang;
20+extern struct mimimi_model *mimimi_haruka_flash;
21+
22+extern struct mimimi_model *mimimi_ryoubi_flash;
23+extern struct mimimi_model *mimimi_ryouna_flash;
24
25--- random/models/all.c
26+++ mimimi/models/all.c
27@@ -0,2 +0,4 @@
28 #include "mango.c"
29 #include "pepper.c"
30+#include "crimson-squad.c"
31+#include "hebijo.c"
32
33--- random/chapters/chapter-I/setup.c
34+++ mimimi/chapters/chapter-I/setup.c
35@@ -0,1 +0,6 @@
36- {0, "Mango", "Hello, world!"},
37+ {0, "Mirai", "There seems to be nothing for me to do. Hmmm... Maybe I can find something to do later."},
38+ {0, "Ryouna", "Hear that? If you come back later, then maybe you can find something to do!"},
39+ {0, "Ryoubi", "Who are you talking with? Are you stupid or something?"},
40+ {0, "Ryouna", "Aaah! Ryoubi, I really like when you yell insults at me!"},
41+ {0, "Mirai", "Wha-? What are you two doing here?"},
42+ {0, "Haruka", "Hehe, don't worry about it!"},
43@@ -0,1 +0,6 @@
44- paragraphs[0].model = mimimi_mango;
45+ paragraphs[0].model = mimimi_mirai_flash;
46+ paragraphs[1].model = mimimi_ryouna_flash;
47+ paragraphs[2].model = mimimi_ryoubi_flash;
48+ paragraphs[3].model = mimimi_ryouna_flash;
49+ paragraphs[4].model = mimimi_mirai_flash;
50+ paragraphs[5].model = mimimi_haruka_flash;
51@@ -0,1 +0,1 @@
52- mimimi_chapter_I_sprite(&chapter->player, mimimi_mango, chapter);
53+ mimimi_chapter_I_sprite(&chapter->player, mimimi_mirai_flash, chapter);