diff options
Diffstat (limited to 'files/FILE_207DE00_nuts_data.narc.s')
-rw-r--r-- | files/FILE_207DE00_nuts_data.narc.s | 92 |
1 files changed, 92 insertions, 0 deletions
diff --git a/files/FILE_207DE00_nuts_data.narc.s b/files/FILE_207DE00_nuts_data.narc.s new file mode 100644 index 00000000..c59699f0 --- /dev/null +++ b/files/FILE_207DE00_nuts_data.narc.s @@ -0,0 +1,92 @@ + .include "asm/macros.inc" + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00000534 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x0000020C ; chunk size + .short 64 ; number of files + .balign 4 + .word 0x00000000, 0x0000000C + .word 0x0000000C, 0x00000018 + .word 0x00000018, 0x00000024 + .word 0x00000024, 0x00000030 + .word 0x00000030, 0x0000003C + .word 0x0000003C, 0x00000048 + .word 0x00000048, 0x00000054 + .word 0x00000054, 0x00000060 + .word 0x00000060, 0x0000006C + .word 0x0000006C, 0x00000078 + .word 0x00000078, 0x00000084 + .word 0x00000084, 0x00000090 + .word 0x00000090, 0x0000009C + .word 0x0000009C, 0x000000A8 + .word 0x000000A8, 0x000000B4 + .word 0x000000B4, 0x000000C0 + .word 0x000000C0, 0x000000CC + .word 0x000000CC, 0x000000D8 + .word 0x000000D8, 0x000000E4 + .word 0x000000E4, 0x000000F0 + .word 0x000000F0, 0x000000FC + .word 0x000000FC, 0x00000108 + .word 0x00000108, 0x00000114 + .word 0x00000114, 0x00000120 + .word 0x00000120, 0x0000012C + .word 0x0000012C, 0x00000138 + .word 0x00000138, 0x00000144 + .word 0x00000144, 0x00000150 + .word 0x00000150, 0x0000015C + .word 0x0000015C, 0x00000168 + .word 0x00000168, 0x00000174 + .word 0x00000174, 0x00000180 + .word 0x00000180, 0x0000018C + .word 0x0000018C, 0x00000198 + .word 0x00000198, 0x000001A4 + .word 0x000001A4, 0x000001B0 + .word 0x000001B0, 0x000001BC + .word 0x000001BC, 0x000001C8 + .word 0x000001C8, 0x000001D4 + .word 0x000001D4, 0x000001E0 + .word 0x000001E0, 0x000001EC + .word 0x000001EC, 0x000001F8 + .word 0x000001F8, 0x00000204 + .word 0x00000204, 0x00000210 + .word 0x00000210, 0x0000021C + .word 0x0000021C, 0x00000228 + .word 0x00000228, 0x00000234 + .word 0x00000234, 0x00000240 + .word 0x00000240, 0x0000024C + .word 0x0000024C, 0x00000258 + .word 0x00000258, 0x00000264 + .word 0x00000264, 0x00000270 + .word 0x00000270, 0x0000027C + .word 0x0000027C, 0x00000288 + .word 0x00000288, 0x00000294 + .word 0x00000294, 0x000002A0 + .word 0x000002A0, 0x000002AC + .word 0x000002AC, 0x000002B8 + .word 0x000002B8, 0x000002C4 + .word 0x000002C4, 0x000002D0 + .word 0x000002D0, 0x000002DC + .word 0x000002DC, 0x000002E8 + .word 0x000002E8, 0x000002F4 + .word 0x000002F4, 0x00000300 + + ; 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 0x00000308 ; chunk size + .incbin "baserom.nds", 0x207E034, 0x300 + .balign 512, 255 |