summaryrefslogtreecommitdiff
path: root/arm9/asm/NNS_G2D_g2d_node.s
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-23 14:50:49 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-23 14:50:49 -0400
commit5bc62e95bf1ea5d2416118d688b1e938f978d497 (patch)
treeedda10e752f4b51c6d5625083c41731844deb5dd /arm9/asm/NNS_G2D_g2d_node.s
parentd73b12d8fb7b7b386cafe98976373c8b7d50dc3d (diff)
Split libnns
Diffstat (limited to 'arm9/asm/NNS_G2D_g2d_node.s')
-rw-r--r--arm9/asm/NNS_G2D_g2d_node.s20
1 files changed, 20 insertions, 0 deletions
diff --git a/arm9/asm/NNS_G2D_g2d_node.s b/arm9/asm/NNS_G2D_g2d_node.s
new file mode 100644
index 00000000..8e918dda
--- /dev/null
+++ b/arm9/asm/NNS_G2D_g2d_node.s
@@ -0,0 +1,20 @@
+ .include "asm/macros.inc"
+ .include "global.inc"
+
+ .section .text
+
+ ; NNSi_G2dInitializeNode
+ arm_func_start FUN_020B1AD4
+FUN_020B1AD4: ; 0x020B1AD4
+ mov r2, #0x0
+ str r2, [r0, #0x0]
+ str r1, [r0, #0x4]
+ mov r1, #0x1
+ str r1, [r0, #0x8]
+ ldr ip, _020B1AF4 ; =FUN_020B1A68
+ add r0, r0, #0xc
+ bx r12
+ .balign 4
+_020B1AF4: .word FUN_020B1A68
+ arm_func_end FUN_020B1AD4
+