summaryrefslogtreecommitdiff
path: root/arm7/asm/PXI_init.s
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-06-08 15:34:40 -0400
committerGitHub <noreply@github.com>2020-06-08 15:34:40 -0400
commit5c81c47e15be06a204475e0524910cdf8ae13354 (patch)
tree82dd58e60e0f645c7170b1e5549a83cda0b02729 /arm7/asm/PXI_init.s
parent863e1d40a46f50ea66a30fe6b68e7a2c5ceb82d2 (diff)
parent061abd9893fe07834262e1e72a1e53fe07a1be2d (diff)
Merge pull request #150 from red031000/master
split arm7 MI EXI PAD SND
Diffstat (limited to 'arm7/asm/PXI_init.s')
-rw-r--r--arm7/asm/PXI_init.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/arm7/asm/PXI_init.s b/arm7/asm/PXI_init.s
new file mode 100644
index 00000000..b5a60d6e
--- /dev/null
+++ b/arm7/asm/PXI_init.s
@@ -0,0 +1,10 @@
+ .include "asm/macros.inc"
+ .include "global.inc"
+
+ .text
+
+ arm_func_start PXI_Init
+PXI_Init: ; 0x037FB5B0
+ ldr ip, _037FB5B8 ; =PXI_InitFifo
+ bx ip
+_037FB5B8: .word PXI_InitFifo