diff options
Diffstat (limited to 'files/FILE_1EFB600_mystery.narc.s')
-rw-r--r-- | files/FILE_1EFB600_mystery.narc.s | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/files/FILE_1EFB600_mystery.narc.s b/files/FILE_1EFB600_mystery.narc.s new file mode 100644 index 00000000..0ce1becf --- /dev/null +++ b/files/FILE_1EFB600_mystery.narc.s @@ -0,0 +1,70 @@ + .include "asm/macros.inc" + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x000078C4 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x0000015C ; chunk size + .short 42 ; number of files + .balign 4 + .word 0x00000000, 0x00000228 + .word 0x00000228, 0x0000026D + .word 0x00000270, 0x0000038D + .word 0x00000390, 0x000005B8 + .word 0x000005B8, 0x000008D4 + .word 0x000008D4, 0x00000B7A + .word 0x00000B7C, 0x00001862 + .word 0x00001864, 0x00001A8C + .word 0x00001A8C, 0x00001B11 + .word 0x00001B14, 0x00001BA7 + .word 0x00001BA8, 0x00001C8C + .word 0x00001C8C, 0x00001EB4 + .word 0x00001EB4, 0x000020DC + .word 0x000020DC, 0x00002145 + .word 0x00002148, 0x000021AD + .word 0x000021B0, 0x00002392 + .word 0x00002394, 0x000025BC + .word 0x000025BC, 0x000028F5 + .word 0x000028F8, 0x00002AD3 + .word 0x00002AD4, 0x00002CFC + .word 0x00002CFC, 0x00002E77 + .word 0x00002E78, 0x00002F78 + .word 0x00002F78, 0x0000338B + .word 0x0000338C, 0x000035B4 + .word 0x000035B4, 0x000038CF + .word 0x000038D0, 0x00003BBC + .word 0x00003BBC, 0x000047CA + .word 0x000047CC, 0x00004966 + .word 0x00004968, 0x00004B33 + .word 0x00004B34, 0x00004D5C + .word 0x00004D5C, 0x00005E76 + .word 0x00005E78, 0x00006486 + .word 0x00006488, 0x000066B0 + .word 0x000066B0, 0x00006709 + .word 0x0000670C, 0x0000675B + .word 0x0000675C, 0x000068D4 + .word 0x000068D4, 0x00006AFC + .word 0x00006AFC, 0x00006BB0 + .word 0x00006BB0, 0x00006C0B + .word 0x00006C0C, 0x00006CD8 + .word 0x00006CD8, 0x00007518 + .word 0x00007518, 0x00007740 + + ; 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 0x00007748 ; chunk size + .incbin "baserom.nds", 0x1EFB784, 0x7740 + .balign 512, 255 |