diff options
Diffstat (limited to 'asm/FILE_58FA00_wifinote.narc.s')
-rw-r--r-- | asm/FILE_58FA00_wifinote.narc.s | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/asm/FILE_58FA00_wifinote.narc.s b/asm/FILE_58FA00_wifinote.narc.s index e25f6d96..9a41e6a2 100644 --- a/asm/FILE_58FA00_wifinote.narc.s +++ b/asm/FILE_58FA00_wifinote.narc.s @@ -1,4 +1,40 @@ .include "asm/macros.inc" .text - .incbin "baserom.nds", 0x58FA00, 0x394C + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x0000394C ; 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, 0x0000009F + .word 0x000000A0, 0x00000147 + .word 0x00000148, 0x00000D88 + .word 0x00000D88, 0x00000FB0 + .word 0x00000FB0, 0x000015D4 + .word 0x000015D4, 0x00001BF8 + .word 0x00001BF8, 0x0000221C + .word 0x0000221C, 0x00002840 + .word 0x00002840, 0x00002E64 + .word 0x00002E64, 0x00002ED4 + .word 0x00002ED4, 0x00003294 + .word 0x00003294, 0x000038B8 + + ; 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 0x000038C0 ; chunk size + .incbin "baserom.nds", 0x58FA94, 0x38B8 .balign 512, 255 |