mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-21 15:56:42 -04:00
Messing with formatting
This commit is contained in:
+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 };
|
||||
|
||||
Reference in New Issue
Block a user