Misc Changes (#306)

This commit is contained in:
Pheenoh
2023-03-07 18:03:46 -07:00
committed by GitHub
parent 6c2e18af70
commit f31ab5ae0b
89 changed files with 11095 additions and 1436 deletions
+21 -26
View File
@@ -1,33 +1,28 @@
//
// Generated By: dol2asm
// Translation Unit: d/s/d_s_menu
//
/**
* d_s_menu.cpp
* dolzel2 - Scene Menu
*/
#include "d/s/d_s_menu.h"
#include "dol2asm.h"
#include "dolphin/types.h"
#include "d/d_procname.h"
#include "f_pc/f_pc_node.h"
#include "f_pc/f_pc_leaf.h"
#include "f_op/f_op_scene.h"
//
// Forward References:
//
extern "C" extern void* g_profile_MENU_SCENE[10];
//
// External References:
//
extern "C" extern void* g_fopScn_Method[5 + 1 /* padding */];
extern "C" extern void* g_fpcNd_Method[5 + 1 /* padding */];
//
// Declarations:
//
/* ############################################################################################## */
/* 803C3018-803C3040 -00001 0028+00 0/0 0/0 1/0 .data g_profile_MENU_SCENE */
SECTION_DATA extern void* g_profile_MENU_SCENE[10] = {
(void*)NULL, (void*)0x0001FFFD, (void*)0x000A0000, (void*)&g_fpcNd_Method,
(void*)NULL, (void*)NULL, (void*)NULL, (void*)&g_fopScn_Method,
(void*)NULL, (void*)NULL,
extern scene_process_profile_definition g_profile_MENU_SCENE = {
0, // mLayerID
1, // mListID
-3, // mListPrio
PROC_MENU_SCENE, // mProcName
0, // padding
&g_fpcNd_Method.mBase, // mSubMtd
0, // mSize
0, // mSizeOther
0, // mParameters
&g_fopScn_Method.mBase, // mSubMtd
0, // mpMtd
0 // padding
};