diff options
author | red031000 <rubenru09@aol.com> | 2020-05-02 19:06:15 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-02 19:06:15 +0100 |
commit | 55d1eceb3ad649b5181a4bc7acbad507e5f4daa4 (patch) | |
tree | 6e61f845be8f5eea5c4fc4b6a40758f2914f3e2c /arm9/asm/PXI_init.s | |
parent | 1fd5891305afd443d87652b2bc4a6aa6fb6d8283 (diff) |
split libpxi
Diffstat (limited to 'arm9/asm/PXI_init.s')
-rw-r--r-- | arm9/asm/PXI_init.s | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arm9/asm/PXI_init.s b/arm9/asm/PXI_init.s new file mode 100644 index 00000000..bc6123a3 --- /dev/null +++ b/arm9/asm/PXI_init.s @@ -0,0 +1,11 @@ + .include "asm/macros.inc" + .include "global.inc" + + .text + + arm_func_start PXI_Init +PXI_Init: ; 0x020CFBB0 + ldr ip, _020CFBB8 ; =PXI_InitFifo + bx r12 + .balign 4 +_020CFBB8: .word PXI_InitFifo |