diff options
Diffstat (limited to 'files/FILE_3787200_contest_bg.narc.s')
-rw-r--r-- | files/FILE_3787200_contest_bg.narc.s | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/files/FILE_3787200_contest_bg.narc.s b/files/FILE_3787200_contest_bg.narc.s new file mode 100644 index 00000000..5f83f539 --- /dev/null +++ b/files/FILE_3787200_contest_bg.narc.s @@ -0,0 +1,68 @@ + .include "asm/macros.inc" + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00013B44 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x0000014C ; chunk size + .short 40 ; number of files + .balign 4 + .word 0x00000000, 0x00000368 + .word 0x00000368, 0x00002598 + .word 0x00002598, 0x00002904 + .word 0x00002904, 0x000042EC + .word 0x000042EC, 0x00004494 + .word 0x00004494, 0x0000462C + .word 0x0000462C, 0x0000484C + .word 0x0000484C, 0x00004B94 + .word 0x00004B94, 0x00004E1C + .word 0x00004E1C, 0x00006D30 + .word 0x00006D30, 0x00006F44 + .word 0x00006F44, 0x000081A0 + .word 0x000081A0, 0x00008310 + .word 0x00008310, 0x00009618 + .word 0x00009618, 0x00009784 + .word 0x00009784, 0x00009E90 + .word 0x00009E90, 0x0000A394 + .word 0x0000A394, 0x0000B4F4 + .word 0x0000B4F4, 0x0000D2BC + .word 0x0000D2BC, 0x0000D9E4 + .word 0x0000D9E4, 0x0000DB50 + .word 0x0000DB50, 0x0000DD90 + .word 0x0000DD90, 0x0000F9D8 + .word 0x0000F9D8, 0x00010AA0 + .word 0x00010AA0, 0x00010C60 + .word 0x00010C60, 0x00010DAC + .word 0x00010DAC, 0x00011F4C + .word 0x00011F4C, 0x00012078 + .word 0x00012078, 0x00012218 + .word 0x00012218, 0x00012440 + .word 0x00012440, 0x00012668 + .word 0x00012668, 0x00012890 + .word 0x00012890, 0x00012AB8 + .word 0x00012AB8, 0x00012CE0 + .word 0x00012CE0, 0x00012F08 + .word 0x00012F08, 0x00013130 + .word 0x00013130, 0x00013358 + .word 0x00013358, 0x00013580 + .word 0x00013580, 0x000137A8 + .word 0x000137A8, 0x000139D0 + + ; 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 0x000139D8 ; chunk size + .incbin "baserom.nds", 0x3787374, 0x139D0 + .balign 512, 255 |