From f2eabdb6257c09cf2890dac5e9737912728542af Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Thu, 2 Feb 2023 17:29:19 -0400 Subject: global: Add rest of Dolphin SDK proper, add MSL, and MetroTRK Finally, it links properly. --- asm/odenotstub/odenotstub.s | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 asm/odenotstub/odenotstub.s (limited to 'asm/odenotstub') diff --git a/asm/odenotstub/odenotstub.s b/asm/odenotstub/odenotstub.s new file mode 100644 index 0000000..6b167f7 --- /dev/null +++ b/asm/odenotstub/odenotstub.s @@ -0,0 +1,7 @@ +.include "macros.inc" + +.section .text, "ax" # 0x80005600 - 0x8036FBA0 +.global Hu_IsStub +Hu_IsStub: +/* 800AF010 000ABF50 38 60 00 00 */ li r3, 0 +/* 800AF014 000ABF54 4E 80 00 20 */ blr -- cgit v1.2.3-13-gbd6f