diff options
Diffstat (limited to 'arm9/asm/NNS_G2D_g2d_node.s')
-rw-r--r-- | arm9/asm/NNS_G2D_g2d_node.s | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/arm9/asm/NNS_G2D_g2d_node.s b/arm9/asm/NNS_G2D_g2d_node.s index 8e918dda..eb4e2497 100644 --- a/arm9/asm/NNS_G2D_g2d_node.s +++ b/arm9/asm/NNS_G2D_g2d_node.s @@ -3,18 +3,16 @@ .section .text - ; NNSi_G2dInitializeNode - arm_func_start FUN_020B1AD4 -FUN_020B1AD4: ; 0x020B1AD4 + arm_func_start NNSi_G2dInitializeNode +NNSi_G2dInitializeNode: ; 0x020B1AD4 mov r2, #0x0 str r2, [r0, #0x0] str r1, [r0, #0x4] mov r1, #0x1 str r1, [r0, #0x8] - ldr ip, _020B1AF4 ; =FUN_020B1A68 + ldr ip, _020B1AF4 ; =NNSi_G2dSrtcInitControl add r0, r0, #0xc bx r12 .balign 4 -_020B1AF4: .word FUN_020B1A68 - arm_func_end FUN_020B1AD4 - +_020B1AF4: .word NNSi_G2dSrtcInitControl + arm_func_end NNSi_G2dInitializeNode |