diff options
Diffstat (limited to 'files/FILE_1D4C600_we_sub.narc.s')
-rw-r--r-- | files/FILE_1D4C600_we_sub.narc.s | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/files/FILE_1D4C600_we_sub.narc.s b/files/FILE_1D4C600_we_sub.narc.s new file mode 100644 index 00000000..e006ec53 --- /dev/null +++ b/files/FILE_1D4C600_we_sub.narc.s @@ -0,0 +1,78 @@ + .include "asm/macros.inc" + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00003024 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x0000019C ; chunk size + .short 50 ; number of files + .balign 4 + .word 0x00000000, 0x00000004 + .word 0x00000004, 0x000000F0 + .word 0x000000F0, 0x00000200 + .word 0x00000200, 0x00000308 + .word 0x00000308, 0x000003F4 + .word 0x000003F4, 0x000004FC + .word 0x000004FC, 0x00000620 + .word 0x00000620, 0x0000070C + .word 0x0000070C, 0x00000828 + .word 0x00000828, 0x0000090C + .word 0x0000090C, 0x00000A9C + .word 0x00000A9C, 0x00000B90 + .word 0x00000B90, 0x00000C24 + .word 0x00000C24, 0x00000CB8 + .word 0x00000CB8, 0x00000E28 + .word 0x00000E28, 0x00000E78 + .word 0x00000E78, 0x00000EC8 + .word 0x00000EC8, 0x00000F5C + .word 0x00000F5C, 0x00001058 + .word 0x00001058, 0x00001180 + .word 0x00001180, 0x000012D4 + .word 0x000012D4, 0x000013C8 + .word 0x000013C8, 0x00001510 + .word 0x00001510, 0x00001514 + .word 0x00001514, 0x00001518 + .word 0x00001518, 0x00001778 + .word 0x00001778, 0x00001800 + .word 0x00001800, 0x00001864 + .word 0x00001864, 0x000018A8 + .word 0x000018A8, 0x00001954 + .word 0x00001954, 0x00001ADC + .word 0x00001ADC, 0x00001BB4 + .word 0x00001BB4, 0x00001D88 + .word 0x00001D88, 0x00001EB8 + .word 0x00001EB8, 0x00001FF8 + .word 0x00001FF8, 0x0000211C + .word 0x0000211C, 0x00002864 + .word 0x00002864, 0x0000298C + .word 0x0000298C, 0x00002B20 + .word 0x00002B20, 0x00002CA8 + .word 0x00002CA8, 0x00002E60 + .word 0x00002E60, 0x00002E60 + .word 0x00002E60, 0x00002E60 + .word 0x00002E60, 0x00002E60 + .word 0x00002E60, 0x00002E60 + .word 0x00002E60, 0x00002E60 + .word 0x00002E60, 0x00002E60 + .word 0x00002E60, 0x00002E60 + .word 0x00002E60, 0x00002E60 + .word 0x00002E60, 0x00002E60 + + ; BTNF header + .ascii "BTNF" + .word 0x00000010 ; chunk size + .word 0x00000004 ; offset to first dir + .short 0 ; first file + .short 1 ; number of directories + + ; GMIF header + .ascii "GMIF" + .word 0x00002E68 ; chunk size + .incbin "baserom.nds", 0x1D4C7C4, 0x2E60 + .balign 512, 255 |