diff options
Diffstat (limited to 'narc/mm_list')
-rw-r--r-- | narc/mm_list/move_model_list.narc.s | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/narc/mm_list/move_model_list.narc.s b/narc/mm_list/move_model_list.narc.s deleted file mode 100644 index ab6048c0..00000000 --- a/narc/mm_list/move_model_list.narc.s +++ /dev/null @@ -1,58 +0,0 @@ - .text - ; NARC header - .ascii "NARC" - .short 0xFFFE ; byte order - .short 0x0100 ; version - .word 0x00000264 ; size - .short 0x0010 ; chunk size - .short 3 ; number following chunks - - ; BTAF header - .ascii "BTAF" - .word 0x0000008C ; chunk size - .short 16 ; number of files - .balign 4 - .word 0x00000000, 0x0000001C - .word 0x0000001C, 0x00000038 - .word 0x00000038, 0x00000054 - .word 0x00000054, 0x00000070 - .word 0x00000070, 0x0000008C - .word 0x0000008C, 0x000000A8 - .word 0x000000A8, 0x000000C4 - .word 0x000000C4, 0x000000E0 - .word 0x000000E0, 0x000000FC - .word 0x000000FC, 0x00000118 - .word 0x00000118, 0x00000134 - .word 0x00000134, 0x00000150 - .word 0x00000150, 0x0000016C - .word 0x0000016C, 0x00000188 - .word 0x00000188, 0x000001AC - .word 0x000001AC, 0x000001B0 - - ; 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 0x000001B8 ; chunk size - .incbin "baserom.nds", 0x0, 0x1C - .incbin "baserom.nds", 0x1C, 0x1C - .incbin "baserom.nds", 0x38, 0x1C - .incbin "baserom.nds", 0x54, 0x1C - .incbin "baserom.nds", 0x70, 0x1C - .incbin "baserom.nds", 0x8C, 0x1C - .incbin "baserom.nds", 0xA8, 0x1C - .incbin "baserom.nds", 0xC4, 0x1C - .incbin "baserom.nds", 0xE0, 0x1C - .incbin "baserom.nds", 0xFC, 0x1C - .incbin "baserom.nds", 0x118, 0x1C - .incbin "baserom.nds", 0x134, 0x1C - .incbin "baserom.nds", 0x150, 0x1C - .incbin "baserom.nds", 0x16C, 0x1C - .incbin "baserom.nds", 0x188, 0x24 - .incbin "baserom.nds", 0x1AC, 0x4 - .balign 4, 255 |