Mirai's Miscellaneous Misadventures

M20 / models / hebijo.c

1// copyright 2022 zamfofex
2// license: AGPLv3 or later
3
4static struct mimimi_rotating_image mimimi_hebijo_uniform_torso_value =
5{
6	17, 10, 0,
7	{
8		{8, 1, {0x02}},
9		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0xB0, 0xB0, 0x02, 0x02, 0xB0, 0xB0, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
10		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0xB0, 0xB0, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
11		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
12		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
13		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
14		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0xB0, 0xB0, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
15		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
16		{10, 1, {0x04}},
17		{0, 0, {}},
18		{0, 0, {}},
19		{10, 4, {0x04, 0x04, 0x04, 0x02}},
20		{12, 5, {0x04, 0x04, 0x04, 0x04, 0x02}},
21		{14, 6, {0x04, 0x04, 0x04, 0x04, 0x04, 0x02}},
22		{14, 6, {0x04, 0x04, 0x04, 0x04, 0x04, 0x02}},
23		{14, 6, {0x04, 0x04, 0x04, 0x04, 0x04, 0x02}},
24		{14, 6, {0x04, 0x04, 0x04, 0x04, 0x04, 0x02}},
25	},
26};
27
28static struct mimimi_rotating_image mimimi_hebijo_uniform_left_sleeve_value =
29{
30	6, 2, 0,
31	{
32		{2, 1, {0x04}},
33		{4, 1, {0x04}},
34		{4, 1, {0x04}},
35		{4, 1, {0x04}},
36		{4, 1, {0xB0}},
37		{4, 1, {0x04}},
38	},
39};
40
41static struct mimimi_rotating_image mimimi_hebijo_uniform_right_sleeve_value =
42{
43	6, 2, 0,
44	{
45		{2, 1, {0x04}},
46		{4, 1, {0x04}},
47		{4, 1, {0x04}},
48		{4, 1, {0x04}},
49		{4, 1, {0xB0}},
50		{4, 1, {0x04}},
51	},
52};
53
54static struct mimimi_rotating_image mimimi_hebijo_uniform_sock_value =
55{
56	4, -8, 0,
57	{
58		{4, 1, {0x04}},
59		{4, 1, {0x04}},
60		{4, 1, {0x04}},
61		{2, 1, {0x04}},
62	},
63};
64
65static struct mimimi_rotating_image mimimi_hebijo_uniform_shoe_value =
66{
67	3, -9, 0,
68	{
69		{4, 1, {0x92}},
70		{4, 1, {0x92}},
71		{2, 1, {0x92}},
72	},
73};
74
75struct mimimi_rotating_image *mimimi_hebijo_uniform_torso;
76struct mimimi_rotating_image *mimimi_hebijo_uniform_left_sleeve;
77struct mimimi_rotating_image *mimimi_hebijo_uniform_right_sleeve;
78struct mimimi_rotating_image *mimimi_hebijo_uniform_sock;
79struct mimimi_rotating_image *mimimi_hebijo_uniform_shoe;
80
81#include "ryoubi.c"
82#include "ryouna.c"