mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-12 13:34:39 -04:00
Messing with formatting
This commit is contained in:
@@ -32,10 +32,12 @@ ActorInit En_Ms_InitVars = {
|
||||
FLAGS,
|
||||
OBJECT_MS,
|
||||
sizeof(EnMs),
|
||||
EnMs_Init,
|
||||
EnMs_Destroy,
|
||||
EnMs_Update,
|
||||
EnMs_Draw,
|
||||
{
|
||||
EnMs_Init,
|
||||
EnMs_Destroy,
|
||||
EnMs_Update,
|
||||
EnMs_Draw,
|
||||
},
|
||||
};
|
||||
|
||||
static ColliderCylinderInitType1 D_80952BA0 = {
|
||||
|
||||
@@ -33,10 +33,12 @@ ActorInit En_Recepgirl_InitVars = {
|
||||
FLAGS,
|
||||
OBJECT_BG,
|
||||
sizeof(EnRecepgirl),
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
{
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
},
|
||||
};
|
||||
|
||||
// static InitChainEntry sInitChain[] = {
|
||||
@@ -341,10 +343,12 @@ ActorInit En_Recepgirl_InitVars = {
|
||||
FLAGS,
|
||||
OBJECT_BG,
|
||||
sizeof(EnRecepgirl),
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
{
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
},
|
||||
};
|
||||
|
||||
static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x60100F0, (void*)0x600FCF0 };
|
||||
|
||||
+12
-8
@@ -49,10 +49,12 @@ ActorInit En_Recepgirl_InitVars = {
|
||||
FLAGS,
|
||||
OBJECT_BG,
|
||||
sizeof(EnRecepgirl),
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
{
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
},
|
||||
};
|
||||
|
||||
static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x60100F0, (void*)0x600FCF0 };
|
||||
@@ -105,10 +107,12 @@ ActorInit En_Recepgirl_InitVars = {
|
||||
FLAGS,
|
||||
OBJECT_BG,
|
||||
sizeof(EnRecepgirl),
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
{
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
},
|
||||
};
|
||||
|
||||
static void* D_80C106B0[4] = { (void*)0x600F8F0, (void*)0x600FCF0, (void*)0x60100F0, (void*)0x600FCF0 };
|
||||
|
||||
@@ -54,10 +54,12 @@ ActorInit En_Recepgirl_InitVars = {
|
||||
FLAGS,
|
||||
OBJECT_BG,
|
||||
sizeof(EnRecepgirl),
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
{
|
||||
EnRecepgirl_Init,
|
||||
EnRecepgirl_Destroy,
|
||||
EnRecepgirl_Update,
|
||||
EnRecepgirl_Draw,
|
||||
},
|
||||
};
|
||||
|
||||
static void* D_80C106B0[4] = { object_bg_Tex_00F8F0, object_bg_Tex_00FCF0, object_bg_Tex_0100F0, object_bg_Tex_00FCF0 };
|
||||
|
||||
Reference in New Issue
Block a user