diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-06-11 21:54:54 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-11 21:54:54 +0300 |
commit | 00203d228f75b05732805525e491019dfc7f4084 (patch) | |
tree | 170c89608a50f9c7e6c7c85645af9f6adda750be /arm7/asm/FS_file.s | |
parent | 5106f9a218925320e0807bcd8b45e299d49f5214 (diff) | |
parent | e6fd0961912649544d3d4eee185b2ac96b8233c3 (diff) |
Merge branch 'master' into pikalax_work
Diffstat (limited to 'arm7/asm/FS_file.s')
-rw-r--r-- | arm7/asm/FS_file.s | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arm7/asm/FS_file.s b/arm7/asm/FS_file.s new file mode 100644 index 00000000..28f14661 --- /dev/null +++ b/arm7/asm/FS_file.s @@ -0,0 +1,10 @@ + .include "asm/macros.inc" + .include "global.inc" + + .text + + arm_func_start FS_Init +FS_Init: ; 0x037FFF14 + ldr ip, _037FFF1C ; =CARD_Init + bx ip +_037FFF1C: .word CARD_Init |