diff options
Diffstat (limited to 'arm9/asm/unk_02086FA8.s')
-rw-r--r-- | arm9/asm/unk_02086FA8.s | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arm9/asm/unk_02086FA8.s b/arm9/asm/unk_02086FA8.s index efd44bd0..3c022997 100644 --- a/arm9/asm/unk_02086FA8.s +++ b/arm9/asm/unk_02086FA8.s @@ -1,7 +1,11 @@ .include "asm/macros.inc" .include "global.inc" - .extern UNK_020FD118 + .section .rodata + + .global UNK_020FD118 +UNK_020FD118: ; 0x020FD118 + .word FUN_02086FBC, FUN_02087248 .text |