mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
__sinit and progress script update
This commit is contained in:
@@ -29,14 +29,15 @@ M661_LDFLAGS := \
|
||||
-linkmode moreram \
|
||||
-sdata 0 \
|
||||
-sdata2 0 \
|
||||
-lcf $(BUILD_DIR)/rel_ldscript.lcf \
|
||||
-unused -map $(BUILD_DIR)/map661.map\
|
||||
|
||||
$(M661_TARGET): $(M661_O_FILES) $(M661_LIBS)
|
||||
@echo $(M661_LIBS) $(M661_O_FILES) > build/M661_ofiles
|
||||
$(LD) -partial $(M661_LDFLAGS) -o $(M661_TARGET) @build/M661_ofiles
|
||||
$(LD) -opt_partial $(M661_LDFLAGS) -o $(M661_TARGET) @build/M661_ofiles
|
||||
|
||||
$(BUILD_DIR)/rel/d/a/obj/d_a_obj_tmoon/%.o: rel/d/a/obj/d_a_obj_tmoon/%.cpp
|
||||
@mkdir -p $(@D)
|
||||
$(CC) $(CFLAGS) $(M661_CFLAGS) -c -o $@ $<
|
||||
$(STRIP) -d -R .dead -R .comment $@
|
||||
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,49 +1,37 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: executor
|
||||
//
|
||||
//
|
||||
|
||||
#include "rel/d/a/obj/d_a_obj_tmoon/executor.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "rel/d/a/obj/d_a_obj_tmoon/executor.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
extern "C" void _prolog();
|
||||
// False False
|
||||
extern "C" void _epilog();
|
||||
// False False
|
||||
extern "C" void _unresolved();
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
// False False
|
||||
// void False
|
||||
extern "C" void ModuleProlog();
|
||||
// False False
|
||||
// void False
|
||||
extern "C" void ModuleEpilog();
|
||||
// False False
|
||||
extern "C" void ModuleUnresolved();
|
||||
// False False
|
||||
extern "C" void ModuleConstructorsX();
|
||||
// False False
|
||||
extern "C" void ModuleDestructorsX();
|
||||
extern u8 const data_80D12F90[4];
|
||||
extern u8 const data_80D12F94[4];
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* 80D12B20-80D12B4C 002C+00 s=0 e=0 z=0 None .text _prolog */
|
||||
/* 80D12B20-80D12B4C 002C+00 s=0 e=0 z=0 None .text _prolog */
|
||||
// 80D12B2C: 80D12F90 (data_80D12F90)
|
||||
// 80D12B30: 80D12F90 (data_80D12F90)
|
||||
// 80D12B34: 8026314C (ModuleConstructorsX)
|
||||
@@ -51,15 +39,13 @@ extern u8 const data_80D12F94[4];
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
extern "C" asm void _prolog() {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/rel/d/a/obj/d_a_obj_tmoon/executor/_prolog.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
/* 80D12B4C-80D12B78 002C+00 s=0 e=0 z=0 None .text _epilog */
|
||||
/* 80D12B4C-80D12B78 002C+00 s=0 e=0 z=0 None .text _epilog */
|
||||
// 80D12B58: 8026308C (ModuleEpilog)
|
||||
// 80D12B5C: 80D12F94 (data_80D12F94)
|
||||
// 80D12B60: 80D12F94 (data_80D12F94)
|
||||
@@ -67,24 +53,19 @@ extern "C" asm void _prolog() {
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
extern "C" asm void _epilog() {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/rel/d/a/obj/d_a_obj_tmoon/executor/_epilog.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
/* 80D12B78-80D12B98 0020+00 s=0 e=0 z=0 None .text _unresolved */
|
||||
/* 80D12B78-80D12B98 0020+00 s=0 e=0 z=0 None .text _unresolved */
|
||||
// 80D12B84: 80263090 (ModuleUnresolved)
|
||||
#pragma push
|
||||
#pragma optimization_level 0
|
||||
#pragma optimizewithasm off
|
||||
// False False
|
||||
extern "C" asm void _unresolved() {
|
||||
nofralloc
|
||||
nofralloc
|
||||
#include "asm/rel/d/a/obj/d_a_obj_tmoon/executor/_unresolved.s"
|
||||
}
|
||||
#pragma pop
|
||||
|
||||
|
||||
|
||||
@@ -1,32 +1,31 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: unknown_translation_unit_ctors
|
||||
//
|
||||
//
|
||||
|
||||
#include "rel/d/a/obj/d_a_obj_tmoon/unknown_translation_unit_ctors.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "rel/d/a/obj/d_a_obj_tmoon/unknown_translation_unit_ctors.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
//
|
||||
|
||||
extern u8 const data_80D12F90[4];
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 80D12F90-80D12F94 0004+00 s=0 e=1 z=0 None .ctors None */
|
||||
/* 80D12F90-80D12F94 0004+00 s=0 e=1 z=0 None .ctors None */
|
||||
u8 const data_80D12F90[4] = {
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
};
|
||||
|
||||
|
||||
@@ -1,32 +1,31 @@
|
||||
//
|
||||
//
|
||||
// Generated By: dol2asm
|
||||
// Translation Unit: unknown_translation_unit_dtors
|
||||
//
|
||||
//
|
||||
|
||||
#include "rel/d/a/obj/d_a_obj_tmoon/unknown_translation_unit_dtors.h"
|
||||
#include "dol2asm.h"
|
||||
#include "dolphin/types.h"
|
||||
#include "rel/d/a/obj/d_a_obj_tmoon/unknown_translation_unit_dtors.h"
|
||||
|
||||
//
|
||||
//
|
||||
// Forward References:
|
||||
//
|
||||
|
||||
//
|
||||
|
||||
extern u8 const data_80D12F94[4];
|
||||
|
||||
//
|
||||
//
|
||||
// External References:
|
||||
//
|
||||
//
|
||||
|
||||
|
||||
|
||||
//
|
||||
//
|
||||
// Declarations:
|
||||
//
|
||||
//
|
||||
|
||||
/* ############################################################################################## */
|
||||
/* 80D12F94-80D12F98 0004+00 s=0 e=1 z=0 None .dtors None */
|
||||
/* 80D12F94-80D12F98 0004+00 s=0 e=1 z=0 None .dtors None */
|
||||
u8 const data_80D12F94[4] = {
|
||||
0x00, 0x00, 0x00, 0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
0x00,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user