diff options
author | red031000 <rubenru09@aol.com> | 2020-06-11 18:21:51 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-11 18:21:51 +0100 |
commit | 8cd7c04103137b485533f68b113885a6e08fffd8 (patch) | |
tree | 768ac53967d7ee3941ea5fa3c033f66a91521550 /arm7/asm/FS_file.s | |
parent | 688b3bcd67b47a4ddf593dc0244409b2c5aa10c7 (diff) |
arm7: finish splitting dtcm.s rename remaining dtcm files to wram files
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 |