__sinit and progress script update

This commit is contained in:
Julgodis
2021-04-01 02:07:58 +02:00
parent b999714187
commit f6464a61ce
8753 changed files with 519989 additions and 1311050 deletions
+3 -2
View File
@@ -29,14 +29,15 @@ M81_LDFLAGS := \
-linkmode moreram \
-sdata 0 \
-sdata2 0 \
-lcf $(BUILD_DIR)/rel_ldscript.lcf \
-unused -map $(BUILD_DIR)/map81.map\
$(M81_TARGET): $(M81_O_FILES) $(M81_LIBS)
@echo $(M81_LIBS) $(M81_O_FILES) > build/M81_ofiles
$(LD) -partial $(M81_LDFLAGS) -o $(M81_TARGET) @build/M81_ofiles
$(LD) -opt_partial $(M81_LDFLAGS) -o $(M81_TARGET) @build/M81_ofiles
$(BUILD_DIR)/rel/d/a/npc/d_a_npc_fish/%.o: rel/d/a/npc/d_a_npc_fish/%.cpp
@mkdir -p $(@D)
$(CC) $(CFLAGS) $(M81_CFLAGS) -c -o $@ $<
$(STRIP) -d -R .dead -R .comment $@
File diff suppressed because it is too large Load Diff
+15 -34
View File
@@ -1,49 +1,37 @@
//
//
// Generated By: dol2asm
// Translation Unit: executor
//
//
#include "rel/d/a/npc/d_a_npc_fish/executor.h"
#include "dol2asm.h"
#include "dolphin/types.h"
#include "rel/d/a/npc/d_a_npc_fish/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_805424B8[4];
extern u8 const data_805424BC[4];
//
//
// Declarations:
//
//
/* 80542100-8054212C 002C+00 s=0 e=0 z=0 None .text _prolog */
/* 80542100-8054212C 002C+00 s=0 e=0 z=0 None .text _prolog */
// 8054210C: 805424B8 (data_805424B8)
// 80542110: 805424B8 (data_805424B8)
// 80542114: 8026314C (ModuleConstructorsX)
@@ -51,15 +39,13 @@ extern u8 const data_805424BC[4];
#pragma push
#pragma optimization_level 0
#pragma optimizewithasm off
// False False
extern "C" asm void _prolog() {
nofralloc
nofralloc
#include "asm/rel/d/a/npc/d_a_npc_fish/executor/_prolog.s"
}
#pragma pop
/* 8054212C-80542158 002C+00 s=0 e=0 z=0 None .text _epilog */
/* 8054212C-80542158 002C+00 s=0 e=0 z=0 None .text _epilog */
// 80542138: 8026308C (ModuleEpilog)
// 8054213C: 805424BC (data_805424BC)
// 80542140: 805424BC (data_805424BC)
@@ -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/npc/d_a_npc_fish/executor/_epilog.s"
}
#pragma pop
/* 80542158-80542178 0020+00 s=0 e=0 z=0 None .text _unresolved */
/* 80542158-80542178 0020+00 s=0 e=0 z=0 None .text _unresolved */
// 80542164: 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/npc/d_a_npc_fish/executor/_unresolved.s"
}
#pragma pop
@@ -1,32 +1,31 @@
//
//
// Generated By: dol2asm
// Translation Unit: unknown_translation_unit_ctors
//
//
#include "rel/d/a/npc/d_a_npc_fish/unknown_translation_unit_ctors.h"
#include "dol2asm.h"
#include "dolphin/types.h"
#include "rel/d/a/npc/d_a_npc_fish/unknown_translation_unit_ctors.h"
//
//
// Forward References:
//
//
extern u8 const data_805424B8[4];
//
//
// External References:
//
//
//
//
// Declarations:
//
//
/* ############################################################################################## */
/* 805424B8-805424BC 0004+00 s=0 e=1 z=0 None .ctors None */
/* 805424B8-805424BC 0004+00 s=0 e=1 z=0 None .ctors None */
u8 const data_805424B8[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/npc/d_a_npc_fish/unknown_translation_unit_dtors.h"
#include "dol2asm.h"
#include "dolphin/types.h"
#include "rel/d/a/npc/d_a_npc_fish/unknown_translation_unit_dtors.h"
//
//
// Forward References:
//
//
extern u8 const data_805424BC[4];
//
//
// External References:
//
//
//
//
// Declarations:
//
//
/* ############################################################################################## */
/* 805424BC-805424C0 0004+00 s=0 e=1 z=0 None .dtors None */
/* 805424BC-805424C0 0004+00 s=0 e=1 z=0 None .dtors None */
u8 const data_805424BC[4] = {
0x00, 0x00, 0x00, 0x00,
0x00,
0x00,
0x00,
0x00,
};