diff options
Diffstat (limited to 'narc/effectclact/wepltt.narc.s')
-rw-r--r-- | narc/effectclact/wepltt.narc.s | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/narc/effectclact/wepltt.narc.s b/narc/effectclact/wepltt.narc.s new file mode 100644 index 00000000..90618165 --- /dev/null +++ b/narc/effectclact/wepltt.narc.s @@ -0,0 +1,104 @@ + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00001180 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x00000144 ; chunk size + .short 39 ; number of files + .balign 4 + .word 0x00000000, 0x0000005A + .word 0x0000005C, 0x000000B6 + .word 0x000000B8, 0x00000112 + .word 0x00000114, 0x0000016E + .word 0x00000170, 0x000001CA + .word 0x000001CC, 0x00000226 + .word 0x00000228, 0x00000282 + .word 0x00000284, 0x000002DE + .word 0x000002E0, 0x0000033A + .word 0x0000033C, 0x00000396 + .word 0x00000398, 0x000003F2 + .word 0x000003F4, 0x0000044E + .word 0x00000450, 0x000004AA + .word 0x000004AC, 0x00000506 + .word 0x00000508, 0x00000562 + .word 0x00000564, 0x000005BE + .word 0x000005C0, 0x0000061A + .word 0x0000061C, 0x00000676 + .word 0x00000678, 0x000006D2 + .word 0x000006D4, 0x0000072E + .word 0x00000730, 0x0000078A + .word 0x0000078C, 0x000007E6 + .word 0x000007E8, 0x00000842 + .word 0x00000844, 0x0000089E + .word 0x000008A0, 0x000008FA + .word 0x000008FC, 0x00000956 + .word 0x00000958, 0x000009B2 + .word 0x000009B4, 0x00000A0E + .word 0x00000A10, 0x00000A6A + .word 0x00000A6C, 0x00000AC6 + .word 0x00000AC8, 0x00000B22 + .word 0x00000B24, 0x00000B7E + .word 0x00000B80, 0x00000BDA + .word 0x00000BDC, 0x00000C36 + .word 0x00000C38, 0x00000CD6 + .word 0x00000CD8, 0x00000D32 + .word 0x00000D34, 0x00000D8E + .word 0x00000D90, 0x00000FB8 + .word 0x00000FB8, 0x00001012 + + ; 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 0x0000101C ; chunk size + .incbin "baserom.nds", 0x0, 0x5A + .incbin "baserom.nds", 0x5C, 0x5A + .incbin "baserom.nds", 0xB8, 0x5A + .incbin "baserom.nds", 0x114, 0x5A + .incbin "baserom.nds", 0x170, 0x5A + .incbin "baserom.nds", 0x1CC, 0x5A + .incbin "baserom.nds", 0x228, 0x5A + .incbin "baserom.nds", 0x284, 0x5A + .incbin "baserom.nds", 0x2E0, 0x5A + .incbin "baserom.nds", 0x33C, 0x5A + .incbin "baserom.nds", 0x398, 0x5A + .incbin "baserom.nds", 0x3F4, 0x5A + .incbin "baserom.nds", 0x450, 0x5A + .incbin "baserom.nds", 0x4AC, 0x5A + .incbin "baserom.nds", 0x508, 0x5A + .incbin "baserom.nds", 0x564, 0x5A + .incbin "baserom.nds", 0x5C0, 0x5A + .incbin "baserom.nds", 0x61C, 0x5A + .incbin "baserom.nds", 0x678, 0x5A + .incbin "baserom.nds", 0x6D4, 0x5A + .incbin "baserom.nds", 0x730, 0x5A + .incbin "baserom.nds", 0x78C, 0x5A + .incbin "baserom.nds", 0x7E8, 0x5A + .incbin "baserom.nds", 0x844, 0x5A + .incbin "baserom.nds", 0x8A0, 0x5A + .incbin "baserom.nds", 0x8FC, 0x5A + .incbin "baserom.nds", 0x958, 0x5A + .incbin "baserom.nds", 0x9B4, 0x5A + .incbin "baserom.nds", 0xA10, 0x5A + .incbin "baserom.nds", 0xA6C, 0x5A + .incbin "baserom.nds", 0xAC8, 0x5A + .incbin "baserom.nds", 0xB24, 0x5A + .incbin "baserom.nds", 0xB80, 0x5A + .incbin "baserom.nds", 0xBDC, 0x5A + .incbin "baserom.nds", 0xC38, 0x9E + .incbin "baserom.nds", 0xCD8, 0x5A + .incbin "baserom.nds", 0xD34, 0x5A + .incbin "baserom.nds", 0xD90, 0x228 + .incbin "baserom.nds", 0xFB8, 0x5A + .balign 4, 255 |