diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-05-14 19:37:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 19:37:52 -0400 |
commit | 0252f2028d60248db23770a6a33030b40fbcee1e (patch) | |
tree | 6e305e12d15c169c2e4ebfb2cc2f43dd166a5d39 /arm9/lib/src | |
parent | c2fb9aabf536612188e33251580ecd8019868c65 (diff) | |
parent | 8c8b1cb93de32233ba19262c9eb20b4b910cad60 (diff) |
Merge pull request #90 from PikalaxALT/pikalax_work
Split incbins; primordial bss sections
Diffstat (limited to 'arm9/lib/src')
-rw-r--r-- | arm9/lib/src/FS_rom.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arm9/lib/src/FS_rom.c b/arm9/lib/src/FS_rom.c index 32f66c10..4160e3b1 100644 --- a/arm9/lib/src/FS_rom.c +++ b/arm9/lib/src/FS_rom.c @@ -7,7 +7,11 @@ #include "MB_mb.h" #include "OS_printf.h" -u32 fsi_default_dma_no; +static u32 fsi_default_dma_no; +s32 fsi_card_lock_id; +CARDRomRegion fsi_ovt9; +CARDRomRegion fsi_ovt7; +FSArchive fsi_arc_rom; ARM_FUNC void FSi_OnRomReadDone(void * p_arc) { |