diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-08 21:04:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-08 21:04:58 -0400 |
commit | f58a454f545497f6cb0a2a0d97778fd31788e13b (patch) | |
tree | 3c8dad0acd0d781ded0f2a421319ac3b3a78effb /arm7/asm/PXI_init.s | |
parent | a3089a04a4a24f7c75e250aefa84e5ae4c31bf81 (diff) | |
parent | a33dcba598d724d600de6636c5eeea322a529e80 (diff) |
Merge branch 'master' of https://github.com/martmists/pokediamond into pikalax_work
Diffstat (limited to 'arm7/asm/PXI_init.s')
-rw-r--r-- | arm7/asm/PXI_init.s | 10 |
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 |