diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-04 13:02:30 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-09-04 13:02:30 -0400 |
commit | 2f4f4272b562692b33275f83b0133ee7785fe0cf (patch) | |
tree | d3fbf64b99b3a2a0acc1a77c93c2102ecf9df4ae /arm9/asm | |
parent | c5eaa949e1e1d9f0448b2f2e22c486651900cff5 (diff) |
Remove -nodead from ld flags
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/unk_0206F1F0.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/asm/unk_0206F1F0.s b/arm9/asm/unk_0206F1F0.s index 64da364f..3b10238b 100644 --- a/arm9/asm/unk_0206F1F0.s +++ b/arm9/asm/unk_0206F1F0.s @@ -204,9 +204,9 @@ _0206F34A: mov r0, #0x3 mov r1, #0x36 bl CreateHeap - bl FUN_02088878 + bl FUN_02088878 ; Loads overlay 13 mov r0, #0x36 - bl MOD07_02211E60 + bl MOD13_02211E60 mov r0, #0x0 bl OS_ResetSystem b _0206F380 |