summaryrefslogtreecommitdiff
path: root/arm9/asm
diff options
context:
space:
mode:
authorCleverking2003 <30466983+Cleverking2003@users.noreply.github.com>2020-09-23 18:59:36 +0300
committerGitHub <noreply@github.com>2020-09-23 18:59:36 +0300
commit311f383ea4ef3d7f3d0682b5d889b62cd0fe2f77 (patch)
tree487523748fcae6999cebe81f2fab14be48506caf /arm9/asm
parentf8bd464bad0f8eb0c15077da4e0be1ba0dbd9976 (diff)
parent7f41d4a021c2653b6c7681b12ecde6885c7d0290 (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.s11
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