summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arm9/asm/unk_02024E64.s8
-rw-r--r--arm9/global.inc3
-rw-r--r--arm9/src/unk_02024E64_c.c7
3 files changed, 8 insertions, 10 deletions
diff --git a/arm9/asm/unk_02024E64.s b/arm9/asm/unk_02024E64.s
index bda5460c..c24e5ea3 100644
--- a/arm9/asm/unk_02024E64.s
+++ b/arm9/asm/unk_02024E64.s
@@ -10,14 +10,6 @@
- thumb_func_start FUN_02024F0C
-FUN_02024F0C: ; 0x02024F0C
- ldr r1, _02024F14 ; =0x00000734
- add r0, r0, r1
- bx lr
- nop
-_02024F14: .word 0x00000734
-
thumb_func_start FUN_02024F18
FUN_02024F18: ; 0x02024F18
add r2, r0, #0x0
diff --git a/arm9/global.inc b/arm9/global.inc
index fdea352f..44ae1ae6 100644
--- a/arm9/global.inc
+++ b/arm9/global.inc
@@ -8526,4 +8526,5 @@
.extern FUN_02024ECC
.extern FUN_02024ED8
.extern FUN_02024EE8
-.extern FUN_02024EF4 \ No newline at end of file
+.extern FUN_02024EF4
+.extern FUN_02024F0C \ No newline at end of file
diff --git a/arm9/src/unk_02024E64_c.c b/arm9/src/unk_02024E64_c.c
index 48e1821e..083735bd 100644
--- a/arm9/src/unk_02024E64_c.c
+++ b/arm9/src/unk_02024E64_c.c
@@ -52,4 +52,9 @@ THUMB_FUNC u32 FUN_02024EE8(u32 param0)
THUMB_FUNC void FUN_02024EF4(u16 *buf, struct String *str)
{
CopyStringToU16Array(str, buf + 0x392, 8);
-} \ No newline at end of file
+}
+
+THUMB_FUNC u32 FUN_02024F0C(u32 param0)
+{
+ return param0 + 0x734;
+}