summaryrefslogtreecommitdiff
path: root/arm9/asm/NNS_GFD_gfd_plttvramman.s
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/asm/NNS_GFD_gfd_plttvramman.s')
-rw-r--r--arm9/asm/NNS_GFD_gfd_plttvramman.s26
1 files changed, 26 insertions, 0 deletions
diff --git a/arm9/asm/NNS_GFD_gfd_plttvramman.s b/arm9/asm/NNS_GFD_gfd_plttvramman.s
new file mode 100644
index 00000000..c869a9a1
--- /dev/null
+++ b/arm9/asm/NNS_GFD_gfd_plttvramman.s
@@ -0,0 +1,26 @@
+ .include "asm/macros.inc"
+ .include "global.inc"
+
+ .section .data
+
+ .global NNS_GfdDefaultFuncAllocPlttVram
+NNS_GfdDefaultFuncAllocPlttVram: ; 0x021064C0
+ .word AllocPlttVram_
+
+ .global NNS_GfdDefaultFuncFreePlttVram
+NNS_GfdDefaultFuncFreePlttVram: ; 0x021064C4
+ .word FreePlttVram_
+
+ .section .text
+
+ arm_func_start FreePlttVram_
+FreePlttVram_: ; 0x020AE8BC
+ mvn r0, #0x0
+ bx lr
+ arm_func_end FreePlttVram_
+
+ arm_func_start AllocPlttVram_
+AllocPlttVram_: ; 0x020AE8C4
+ mov r0, #0x0
+ bx lr
+ arm_func_end AllocPlttVram_