diff options
Diffstat (limited to 'files/FILE_1F7FC00_poru_gra.narc.s')
-rw-r--r-- | files/FILE_1F7FC00_poru_gra.narc.s | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/files/FILE_1F7FC00_poru_gra.narc.s b/files/FILE_1F7FC00_poru_gra.narc.s new file mode 100644 index 00000000..2f7c3c8f --- /dev/null +++ b/files/FILE_1F7FC00_poru_gra.narc.s @@ -0,0 +1,40 @@ + .include "asm/macros.inc" + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x000069E4 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x0000006C ; chunk size + .short 12 ; number of files + .balign 4 + .word 0x00000000, 0x000001AE + .word 0x000001B0, 0x0000033C + .word 0x0000033C, 0x0000177C + .word 0x0000177C, 0x000023BC + .word 0x000023BC, 0x00003CEC + .word 0x00003CEC, 0x00004F9C + .word 0x00004F9C, 0x0000515E + .word 0x00005160, 0x000053AA + .word 0x000053AC, 0x000058BF + .word 0x000058C0, 0x00005D07 + .word 0x00005D08, 0x0000632C + .word 0x0000632C, 0x00006950 + + ; 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 0x00006958 ; chunk size + .incbin "baserom.nds", 0x1F7FC94, 0x6950 + .balign 512, 255 |