Mirai's Miscellaneous Misadventures

M21 / models / hebijo.c

// copyright 2022 zamfofex
// license: AGPLv3 or later

static struct mimimi_rotating_image mimimi_hebijo_uniform_torso_value =
{
	17, 10, 0,
	{
		{8, 1, {0x02}},
		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0xB0, 0xB0, 0x02, 0x02, 0xB0, 0xB0, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0xB0, 0xB0, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0xB0, 0xB0, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
		{10, 20, {0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x02, 0x02, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04, 0x04}},
		{10, 1, {0x04}},
		{0, 0, {}},
		{0, 0, {}},
		{10, 4, {0x04, 0x04, 0x04, 0x02}},
		{12, 5, {0x04, 0x04, 0x04, 0x04, 0x02}},
		{14, 6, {0x04, 0x04, 0x04, 0x04, 0x04, 0x02}},
		{14, 6, {0x04, 0x04, 0x04, 0x04, 0x04, 0x02}},
		{14, 6, {0x04, 0x04, 0x04, 0x04, 0x04, 0x02}},
		{14, 6, {0x04, 0x04, 0x04, 0x04, 0x04, 0x02}},
	},
};

static struct mimimi_rotating_image mimimi_hebijo_uniform_left_sleeve_value =
{
	6, 2, 0,
	{
		{2, 1, {0x04}},
		{4, 1, {0x04}},
		{4, 1, {0x04}},
		{4, 1, {0x04}},
		{4, 1, {0xB0}},
		{4, 1, {0x04}},
	},
};

static struct mimimi_rotating_image mimimi_hebijo_uniform_right_sleeve_value =
{
	6, 2, 0,
	{
		{2, 1, {0x04}},
		{4, 1, {0x04}},
		{4, 1, {0x04}},
		{4, 1, {0x04}},
		{4, 1, {0xB0}},
		{4, 1, {0x04}},
	},
};

static struct mimimi_rotating_image mimimi_hebijo_uniform_sock_value =
{
	4, -8, 0,
	{
		{4, 1, {0x04}},
		{4, 1, {0x04}},
		{4, 1, {0x04}},
		{2, 1, {0x04}},
	},
};

static struct mimimi_rotating_image mimimi_hebijo_uniform_shoe_value =
{
	3, -9, 0,
	{
		{4, 1, {0x92}},
		{4, 1, {0x92}},
		{2, 1, {0x92}},
	},
};

struct mimimi_rotating_image *mimimi_hebijo_uniform_torso;
struct mimimi_rotating_image *mimimi_hebijo_uniform_left_sleeve;
struct mimimi_rotating_image *mimimi_hebijo_uniform_right_sleeve;
struct mimimi_rotating_image *mimimi_hebijo_uniform_sock;
struct mimimi_rotating_image *mimimi_hebijo_uniform_shoe;

#include "ryoubi.c"
#include "ryouna.c"