diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-09-23 18:59:36 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-23 18:59:36 +0300 |
commit | 311f383ea4ef3d7f3d0682b5d889b62cd0fe2f77 (patch) | |
tree | 487523748fcae6999cebe81f2fab14be48506caf /arm9/asm | |
parent | f8bd464bad0f8eb0c15077da4e0be1ba0dbd9976 (diff) | |
parent | 7f41d4a021c2653b6c7681b12ecde6885c7d0290 (diff) |
Merge pull request #287 from red031000/master
some itemtool images, arm7 OS_context, arm9 PXI_init
Diffstat (limited to 'arm9/asm')
-rw-r--r-- | arm9/asm/PXI_init.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arm9/asm/PXI_init.s b/arm9/asm/PXI_init.s deleted file mode 100644 index bc6123a3..00000000 --- a/arm9/asm/PXI_init.s +++ /dev/null @@ -1,11 +0,0 @@ - .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 |