diff options
Diffstat (limited to 'files/FILE_296EC00_move_model_list.narc.s')
-rw-r--r-- | files/FILE_296EC00_move_model_list.narc.s | 87 |
1 files changed, 87 insertions, 0 deletions
diff --git a/files/FILE_296EC00_move_model_list.narc.s b/files/FILE_296EC00_move_model_list.narc.s new file mode 100644 index 00000000..7a997274 --- /dev/null +++ b/files/FILE_296EC00_move_model_list.narc.s @@ -0,0 +1,87 @@ + .include "asm/macros.inc" + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x000004D8 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x000001E4 ; chunk size + .short 59 ; number of files + .balign 4 + .word 0x00000000, 0x00000004 + .word 0x00000004, 0x00000008 + .word 0x00000008, 0x0000000C + .word 0x0000000C, 0x00000010 + .word 0x00000010, 0x00000014 + .word 0x00000014, 0x00000040 + .word 0x00000040, 0x0000006C + .word 0x0000006C, 0x00000098 + .word 0x00000098, 0x000000C4 + .word 0x000000C4, 0x000000F0 + .word 0x000000F0, 0x0000011C + .word 0x0000011C, 0x00000148 + .word 0x00000148, 0x00000174 + .word 0x00000174, 0x000001A0 + .word 0x000001A0, 0x000001CC + .word 0x000001CC, 0x000001F8 + .word 0x000001F8, 0x00000224 + .word 0x00000224, 0x00000228 + .word 0x00000228, 0x0000022C + .word 0x0000022C, 0x00000230 + .word 0x00000230, 0x00000234 + .word 0x00000234, 0x00000238 + .word 0x00000238, 0x0000023C + .word 0x0000023C, 0x00000240 + .word 0x00000240, 0x00000244 + .word 0x00000244, 0x00000248 + .word 0x00000248, 0x0000024C + .word 0x0000024C, 0x00000250 + .word 0x00000250, 0x00000254 + .word 0x00000254, 0x00000258 + .word 0x00000258, 0x0000025C + .word 0x0000025C, 0x00000260 + .word 0x00000260, 0x00000264 + .word 0x00000264, 0x00000268 + .word 0x00000268, 0x0000026C + .word 0x0000026C, 0x00000270 + .word 0x00000270, 0x00000274 + .word 0x00000274, 0x00000278 + .word 0x00000278, 0x0000027C + .word 0x0000027C, 0x00000280 + .word 0x00000280, 0x00000284 + .word 0x00000284, 0x00000288 + .word 0x00000288, 0x0000028C + .word 0x0000028C, 0x00000290 + .word 0x00000290, 0x00000294 + .word 0x00000294, 0x00000298 + .word 0x00000298, 0x0000029C + .word 0x0000029C, 0x000002A0 + .word 0x000002A0, 0x000002A4 + .word 0x000002A4, 0x000002A8 + .word 0x000002A8, 0x000002AC + .word 0x000002AC, 0x000002B0 + .word 0x000002B0, 0x000002B4 + .word 0x000002B4, 0x000002B8 + .word 0x000002B8, 0x000002BC + .word 0x000002BC, 0x000002C0 + .word 0x000002C0, 0x000002C4 + .word 0x000002C4, 0x000002C8 + .word 0x000002C8, 0x000002CC + + ; 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 0x000002D4 ; chunk size + .incbin "baserom.nds", 0x296EE0C, 0x2CC + .balign 512, 255 |