diff options
author | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-02 17:29:19 -0400 |
---|---|---|
committer | mrb0nk500 <b0nk@b0nk.xyz> | 2023-02-03 13:27:06 -0400 |
commit | f2eabdb6257c09cf2890dac5e9737912728542af (patch) | |
tree | 3b46f6787185d65605651a0f48776dc9779ce648 /asm/odenotstub | |
parent | eef1dd840b7cecac28c2e6b0574707b90a37d4e7 (diff) |
global: Add rest of Dolphin SDK proper, add MSL, and MetroTRK
Finally, it links properly.
Diffstat (limited to 'asm/odenotstub')
-rw-r--r-- | asm/odenotstub/odenotstub.s | 7 |
1 files changed, 7 insertions, 0 deletions
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 |