mirror of
https://github.com/zeldaret/ss
synced 2026-07-09 14:15:23 -04:00
Update dtk & use GC 3.0 linker for now (#1)
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
object: orig/SOUE01/main.dol
|
||||
hash: 450a6806f46d59dcf8278db08e06f94865a4b18a
|
||||
splits: config/SOUE01/splits.txt
|
||||
symbols: config/SOUE01/symbols.txt
|
||||
auto_force_files: false
|
||||
quick_analysis: true
|
||||
|
||||
@@ -11,7 +11,7 @@ memcpy = .init:0x800043C4; // type:function size:0x29C scope:global
|
||||
__fill_mem = .init:0x80004660; // type:function size:0xB4 scope:global
|
||||
memset = .init:0x80004714; // type:function size:0x30 scope:global
|
||||
gTRKInterruptVectorTable = .init:0x80004744; // type:label scope:global
|
||||
_rom_copy_info = .init:0x80006678; // type:object size:0x84 scope:global
|
||||
_rom_copy_info = .init:0x80006678; // type:object size:0x84 scope:global data:4byte
|
||||
gTRKInterruptVectorTableEnd = .init:0x80006678; // type:label scope:global data:4byte
|
||||
_bss_init_info = .init:0x800066FC; // type:object size:0x20 scope:global data:4byte
|
||||
@etb_80006720 = extab:0x80006720; // type:object size:0x8 scope:local hidden
|
||||
@@ -42706,7 +42706,8 @@ lbl_8057942C = .sdata2:0x8057942C; // type:object size:0x4 data:float
|
||||
lbl_80579430 = .sdata2:0x80579430; // type:object size:0x4 data:float
|
||||
lbl_80579434 = .sdata2:0x80579434; // type:object size:0x4 data:float
|
||||
lbl_80579438 = .sdata2:0x80579438; // type:object size:0x4 data:float
|
||||
lbl_8057943C = .sdata2:0x8057943C; // type:object size:0x8 data:float
|
||||
lbl_8057943C = .sdata2:0x8057943C; // type:object size:0x4 data:float
|
||||
lbl_80579440 = .sdata2:0x80579440; // type:object size:0x4 data:float
|
||||
lbl_80579444 = .sdata2:0x80579444; // type:object size:0x4 data:float
|
||||
lbl_80579448 = .sdata2:0x80579448; // type:object size:0x4 data:float
|
||||
lbl_8057944C = .sdata2:0x8057944C; // type:object size:0x4 data:float
|
||||
|
||||
+2
-2
@@ -2,7 +2,7 @@
|
||||
LIBS = [
|
||||
{
|
||||
"lib": "SS",
|
||||
"mw_version": "1.7",
|
||||
"mw_version": "Wii/1.7",
|
||||
"cflags": "-proc gekko -Cpp_exceptions off -RTTI off -O4,p -fp hard, -inline noauto, -enum int, -str reuse -I- -i include",
|
||||
"host": False,
|
||||
"objects": [
|
||||
@@ -140,7 +140,7 @@ if args.map:
|
||||
if args.debug:
|
||||
ldflags += " -g"
|
||||
n.variable("ldflags", ldflags)
|
||||
mw_link_version = "1.7"
|
||||
mw_link_version = "GC/3.0"
|
||||
n.variable("mw_version", mw_link_version)
|
||||
if os.name == "nt":
|
||||
exe = ".exe"
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
v0.3.4
|
||||
v0.3.5
|
||||
Reference in New Issue
Block a user