diff options
Diffstat (limited to 'arm9/asm/RUNTIME_d_dtoi.s')
-rw-r--r-- | arm9/asm/RUNTIME_d_dtoi.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/asm/RUNTIME_d_dtoi.s b/arm9/asm/RUNTIME_d_dtoi.s index 55b65b08..825c11cd 100644 --- a/arm9/asm/RUNTIME_d_dtoi.s +++ b/arm9/asm/RUNTIME_d_dtoi.s @@ -1,7 +1,7 @@ .include "asm/macros.inc"
.include "global.inc"
- .text
+ .text
arm_func_start _dfix
_dfix: ; 0x020E9F60
@@ -27,4 +27,4 @@ _020E9F9C: bx lr
.balign 4
_020E9FA8: .word 0x0000041E
- arm_func_end _dfix
+ arm_func_end _dfix
|