mirror of
https://github.com/zeldaret/tp
synced 2026-06-29 03:31:08 -04:00
.dead section fix
This commit is contained in:
+23
-13
@@ -1,33 +1,43 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: d/s/d_s_menu
|
||||
//
|
||||
//
|
||||
|
||||
#include "d/s/d_s_menu.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "d/s/d_s_menu.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 0028+00 s=0 e=0 z=1 None .data g_profile_MENU_SCENE */
|
||||
/* 803C3018-803C3040 0028+00 s=0 e=0 z=1 None .data g_profile_MENU_SCENE */
|
||||
SECTION_DATA 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,
|
||||
(void*)NULL,
|
||||
(void*)0x0001FFFD,
|
||||
(void*)0x000A0000,
|
||||
(void*)&g_fpcNd_Method,
|
||||
(void*)NULL,
|
||||
(void*)NULL,
|
||||
(void*)NULL,
|
||||
(void*)&g_fopScn_Method,
|
||||
(void*)NULL,
|
||||
(void*)NULL,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user