mirror of
https://github.com/zeldaret/tp
synced 2026-07-29 23:48:25 -04:00
daBdoorL5 OK (#2129)
* daBdoorL5 OK * Remove dol2asm from d_a_door_dbdoor00
This commit is contained in:
@@ -8,12 +8,10 @@ M167_MAP := $(BUILD_DIR)/rel/d/a/door/d_a_door_bossL5.map
|
||||
|
||||
M167_CPP_FILES := \
|
||||
rel/executor.cpp \
|
||||
rel/d/a/door/d_a_door_bossL5/unknown_translation_unit_bss.cpp \
|
||||
rel/d/a/door/d_a_door_bossL5/d_a_door_bossL5.cpp \
|
||||
|
||||
M167_O_FILES := \
|
||||
$(BUILD_DIR)/rel/executor.o \
|
||||
$(BUILD_DIR)/rel/d/a/door/d_a_door_bossL5/unknown_translation_unit_bss.o \
|
||||
$(BUILD_DIR)/rel/d/a/door/d_a_door_bossL5/d_a_door_bossL5.o \
|
||||
|
||||
M167_LIBS := \
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,26 +0,0 @@
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: unknown_translation_unit_bss
|
||||
//
|
||||
|
||||
#include "rel/d/a/door/d_a_door_bossL5/unknown_translation_unit_bss.h"
|
||||
#include "dolphin/types.h"
|
||||
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
extern "C" extern u8 data_806727A0[4];
|
||||
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 806727A0-806727A4 000000 0004+00 0/0 1/1 0/0 .bss None */
|
||||
extern u8 data_806727A0[4];
|
||||
u8 data_806727A0[4];
|
||||
@@ -1,6 +1,5 @@
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: d_a_door_dbdoor00
|
||||
// d_a_door_dbdoor00
|
||||
//
|
||||
|
||||
#include "rel/d/a/door/d_a_door_dbdoor00/d_a_door_dbdoor00.h"
|
||||
@@ -8,9 +7,6 @@
|
||||
#include "SSystem/SComponent/c_math.h"
|
||||
#include "d/a/d_a_player.h"
|
||||
#include "d/d_door_param2.h"
|
||||
#include "dol2asm.h"
|
||||
|
||||
extern "C" extern char const* const d_a_door_dbdoor00__stringBase0;
|
||||
|
||||
/* 8045D378-8045D470 000078 00F8+00 1/1 0/0 0/0 .text nodeCallBack__FP8J3DJointi */
|
||||
static int nodeCallBack(J3DJoint* i_joint, int param_1) {
|
||||
@@ -30,11 +26,9 @@ static int nodeCallBack(J3DJoint* i_joint, int param_1) {
|
||||
return 1;
|
||||
}
|
||||
|
||||
/* 8045E56C-8045E56C 000038 0000+00 0/0 0/0 0/0 .rodata @stringBase0 */
|
||||
#pragma push
|
||||
#pragma force_active on
|
||||
SECTION_DEAD static char const* const stringBase_8045E56C = "door-pushDouble_";
|
||||
#pragma pop
|
||||
static char* dummyStringFunc() {
|
||||
return "door-pushDouble_";
|
||||
}
|
||||
|
||||
/* 8045D470-8045D480 000170 0010+00 3/3 0/0 0/0 .text getAlwaysArcName__12daDbDoor00_cFv
|
||||
*/
|
||||
@@ -66,7 +60,7 @@ static u8 cNullVec__6Z2Calc[12] = {
|
||||
/* 8045E670-8045E684 00000C 0004+10 0/0 0/0 0/0 .data @1787 */
|
||||
#pragma push
|
||||
#pragma force_active on
|
||||
SECTION_DATA static u32 lit_1787[1 + 4 /* padding */] = {
|
||||
static u32 lit_1787[1 + 4 /* padding */] = {
|
||||
0x02000201,
|
||||
/* padding */
|
||||
0x40080000,
|
||||
@@ -77,7 +71,7 @@ SECTION_DATA static u32 lit_1787[1 + 4 /* padding */] = {
|
||||
#pragma pop
|
||||
|
||||
/* 8045E684-8045E688 -00001 0004+00 1/1 0/0 0/0 .data l_bmd_base_name */
|
||||
SECTION_DATA static void* l_bmd_base_name = (void*)&d_a_door_dbdoor00__stringBase0;
|
||||
static char* l_bmd_base_name = "door-pushDouble_";
|
||||
|
||||
/* 8045D4B0-8045D504 0001B0 0054+00 1/1 0/0 0/0 .text getBmdName__12daDbDoor00_cFv */
|
||||
char* daDbDoor00_c::getBmdName() {
|
||||
|
||||
Reference in New Issue
Block a user