summaryrefslogtreecommitdiff
path: root/linker_scripts
diff options
context:
space:
mode:
authorAlejandro Asenjo Nitti <96613413+sonicdcer@users.noreply.github.com>2023-10-23 13:01:29 -0300
committerGitHub <noreply@github.com>2023-10-23 11:01:29 -0500
commitfd742f93be7e04a7cd2565300ab7ea34db1ff05e (patch)
treef4360319cf58d574df6429073628f1970f41518e /linker_scripts
parent90538c74e5cfef70cd4969ffee102755f904a78e (diff)
sf_hud functions + code organization (#8)
* decompile func_80086C08 * decompile func_80086CC8 * format * decompile func_80088784 * preserve macros * better match func_80005708 * format * *arg0 * decompile func_80089670 * decompile func_80089710 * decompile func_800897B0 * decompile func_80089850 * decompile func_800898F0 * decompile func_80089994 * decompile func_80089AF4 * decompile func_80089B94 * decompile func_80089C38 * decompile func_80089D28 * space * format * decompile func_80089E98 * correction * declare segmented addresses in func_80088784 * segmented addresses in undefined_syms * correction * Gfx type * *arg0 + 1 in func_80005708 * roll back s32 -> Gfx * fix * array of Gfx pointers * decompile func_8008AD94 * decompile func_8008AD94 * decompile func_8008B1B0 * decompile func_8008B2F0 * create structs.h * reordering * format * decompile func_8008B5B0 * decompile func_8008B9E8 * decompile func_8008BAE4 * decompile func_8008C390 * fixes * fixes * fix warnings * move protos to functions header * move variables to variables.h * roll back segmented config in header
Diffstat (limited to 'linker_scripts')
-rw-r--r--linker_scripts/us/undefined_syms.ld39
1 files changed, 39 insertions, 0 deletions
diff --git a/linker_scripts/us/undefined_syms.ld b/linker_scripts/us/undefined_syms.ld
index e69de29b..0e4fd647 100644
--- a/linker_scripts/us/undefined_syms.ld
+++ b/linker_scripts/us/undefined_syms.ld
@@ -0,0 +1,39 @@
+D_2000000 = 0x02000000;
+D_2000890 = 0x02000890;
+D_2001090 = 0x02001090;
+D_2001120 = 0x02001120;
+D_20019B0 = 0x020019B0;
+D_2002120 = 0x02002120;
+D_2002240 = 0x02002240;
+D_2002AD0 = 0x02002AD0;
+D_2003360 = 0x02003360;
+D_2003BF0 = 0x02003BF0;
+D_2004240 = 0x02004240;
+D_2004480 = 0x02004480;
+D_2004D10 = 0x02004D10;
+D_20052D0 = 0x020052D0;
+D_20055A0 = 0x020055A0;
+D_2005E30 = 0x02005E30;
+D_2006360 = 0x02006360;
+D_20066C0 = 0x020066C0;
+D_20073F0 = 0x020073F0;
+D_2008480 = 0x02008480;
+D_2009510 = 0x02009510;
+D_200A5A0 = 0x0200A5A0;
+D_200B630 = 0x0200B630;
+D_200C6C0 = 0x0200C6C0;
+D_200E7F0 = 0x0200E7F0;
+D_200F080 = 0x0200F080;
+D_200F910 = 0x0200F910;
+D_20101A0 = 0x020101A0;
+
+D_5000000 = 0x05000000;
+D_5000080 = 0x05000080;
+D_5000100 = 0x05000100;
+D_5000180 = 0x05000180;
+D_5000200 = 0x05000200;
+D_5000280 = 0x05000280;
+D_5000300 = 0x05000300;
+D_5000380 = 0x05000380;
+D_5000400 = 0x05000400;
+D_5000480 = 0x05000480; \ No newline at end of file