diff options
Diffstat (limited to 'narc/effectclact/wecell.narc.s')
-rw-r--r-- | narc/effectclact/wecell.narc.s | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/narc/effectclact/wecell.narc.s b/narc/effectclact/wecell.narc.s new file mode 100644 index 00000000..866bfa93 --- /dev/null +++ b/narc/effectclact/wecell.narc.s @@ -0,0 +1,100 @@ + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x000014F4 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x00000134 ; chunk size + .short 37 ; number of files + .balign 4 + .word 0x00000000, 0x00000080 + .word 0x00000080, 0x000000DC + .word 0x000000DC, 0x00000198 + .word 0x00000198, 0x00000208 + .word 0x00000208, 0x00000264 + .word 0x00000264, 0x000002DC + .word 0x000002DC, 0x00000364 + .word 0x00000364, 0x000003E8 + .word 0x000003E8, 0x0000047C + .word 0x0000047C, 0x000004D8 + .word 0x000004D8, 0x000005C8 + .word 0x000005C8, 0x00000624 + .word 0x00000624, 0x000006A0 + .word 0x000006A0, 0x00000718 + .word 0x00000718, 0x00000774 + .word 0x00000774, 0x000007D0 + .word 0x000007D0, 0x00000844 + .word 0x00000844, 0x000008CC + .word 0x000008CC, 0x000009B0 + .word 0x000009B0, 0x00000A9C + .word 0x00000A9C, 0x00000B60 + .word 0x00000B60, 0x00000BD0 + .word 0x00000BD0, 0x00000C74 + .word 0x00000C74, 0x00000D34 + .word 0x00000D34, 0x00000DF0 + .word 0x00000DF0, 0x00000E4C + .word 0x00000E4C, 0x00000EE0 + .word 0x00000EE0, 0x00000F50 + .word 0x00000F50, 0x00000FCC + .word 0x00000FCC, 0x00001048 + .word 0x00001048, 0x000010A4 + .word 0x000010A4, 0x0000111C + .word 0x0000111C, 0x00001178 + .word 0x00001178, 0x00001200 + .word 0x00001200, 0x0000128C + .word 0x0000128C, 0x00001320 + .word 0x00001320, 0x00001398 + + ; 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 0x000013A0 ; chunk size + .incbin "baserom.nds", 0x0, 0x80 + .incbin "baserom.nds", 0x80, 0x5C + .incbin "baserom.nds", 0xDC, 0xBC + .incbin "baserom.nds", 0x198, 0x70 + .incbin "baserom.nds", 0x208, 0x5C + .incbin "baserom.nds", 0x264, 0x78 + .incbin "baserom.nds", 0x2DC, 0x88 + .incbin "baserom.nds", 0x364, 0x84 + .incbin "baserom.nds", 0x3E8, 0x94 + .incbin "baserom.nds", 0x47C, 0x5C + .incbin "baserom.nds", 0x4D8, 0xF0 + .incbin "baserom.nds", 0x5C8, 0x5C + .incbin "baserom.nds", 0x624, 0x7C + .incbin "baserom.nds", 0x6A0, 0x78 + .incbin "baserom.nds", 0x718, 0x5C + .incbin "baserom.nds", 0x774, 0x5C + .incbin "baserom.nds", 0x7D0, 0x74 + .incbin "baserom.nds", 0x844, 0x88 + .incbin "baserom.nds", 0x8CC, 0xE4 + .incbin "baserom.nds", 0x9B0, 0xEC + .incbin "baserom.nds", 0xA9C, 0xC4 + .incbin "baserom.nds", 0xB60, 0x70 + .incbin "baserom.nds", 0xBD0, 0xA4 + .incbin "baserom.nds", 0xC74, 0xC0 + .incbin "baserom.nds", 0xD34, 0xBC + .incbin "baserom.nds", 0xDF0, 0x5C + .incbin "baserom.nds", 0xE4C, 0x94 + .incbin "baserom.nds", 0xEE0, 0x70 + .incbin "baserom.nds", 0xF50, 0x7C + .incbin "baserom.nds", 0xFCC, 0x7C + .incbin "baserom.nds", 0x1048, 0x5C + .incbin "baserom.nds", 0x10A4, 0x78 + .incbin "baserom.nds", 0x111C, 0x5C + .incbin "baserom.nds", 0x1178, 0x88 + .incbin "baserom.nds", 0x1200, 0x8C + .incbin "baserom.nds", 0x128C, 0x94 + .incbin "baserom.nds", 0x1320, 0x78 + .balign 4, 255 |