diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 12:30:07 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2020-04-21 12:30:07 -0400 |
commit | 8cdd2f137d6041538dcba2b13580b0f43f1cc549 (patch) | |
tree | d1b529a9e44cda643a0f927ba6bdb321ff36d177 /files/FILE_1F5DA00_opening.narc.s | |
parent | 6ceaabc28c712f82c6100f8288af66774bfdbb82 (diff) | |
parent | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (diff) |
merge
Diffstat (limited to 'files/FILE_1F5DA00_opening.narc.s')
-rw-r--r-- | files/FILE_1F5DA00_opening.narc.s | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/files/FILE_1F5DA00_opening.narc.s b/files/FILE_1F5DA00_opening.narc.s new file mode 100644 index 00000000..69a31aec --- /dev/null +++ b/files/FILE_1F5DA00_opening.narc.s @@ -0,0 +1,49 @@ + .include "asm/macros.inc" + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00006BBC ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x000000B4 ; chunk size + .short 21 ; number of files + .balign 4 + .word 0x00000000, 0x00000424 + .word 0x00000424, 0x00000848 + .word 0x00000848, 0x00001088 + .word 0x00001088, 0x000016AC + .word 0x000016AC, 0x00001CD0 + .word 0x00001CD0, 0x00001EF8 + .word 0x00001EF8, 0x00002120 + .word 0x00002120, 0x000021BA + .word 0x000021BC, 0x0000225E + .word 0x00002260, 0x00002488 + .word 0x00002488, 0x000024F7 + .word 0x000024F8, 0x00002577 + .word 0x00002578, 0x000027A0 + .word 0x000027A0, 0x000043E0 + .word 0x000043E0, 0x00004608 + .word 0x00004608, 0x00004C2C + .word 0x00004C2C, 0x00005250 + .word 0x00005250, 0x00005874 + .word 0x00005874, 0x00005E98 + .word 0x00005E98, 0x000064BC + .word 0x000064BC, 0x00006AE0 + + ; 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 0x00006AE8 ; chunk size + .incbin "baserom.nds", 0x1F5DADC, 0x6AE0 + .balign 512, 255 |