diff options
Diffstat (limited to 'narc/effectclact')
-rw-r--r-- | narc/effectclact/wecell.narc.s | 100 | ||||
-rw-r--r-- | narc/effectclact/wecellanm.narc.s | 100 | ||||
-rw-r--r-- | narc/effectclact/wechar.narc.s | 100 | ||||
-rw-r--r-- | narc/effectclact/wepltt.narc.s | 104 |
4 files changed, 404 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 diff --git a/narc/effectclact/wecellanm.narc.s b/narc/effectclact/wecellanm.narc.s new file mode 100644 index 00000000..dea4d364 --- /dev/null +++ b/narc/effectclact/wecellanm.narc.s @@ -0,0 +1,100 @@ + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00001250 ; 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, 0x0000006C + .word 0x0000006C, 0x000000C8 + .word 0x000000C8, 0x00000160 + .word 0x00000160, 0x000001CC + .word 0x000001CC, 0x00000228 + .word 0x00000228, 0x00000294 + .word 0x00000294, 0x00000304 + .word 0x00000304, 0x00000378 + .word 0x00000378, 0x000003E8 + .word 0x000003E8, 0x00000444 + .word 0x00000444, 0x000004D4 + .word 0x000004D4, 0x00000530 + .word 0x00000530, 0x000005AC + .word 0x000005AC, 0x00000618 + .word 0x00000618, 0x00000674 + .word 0x00000674, 0x000006D0 + .word 0x000006D0, 0x0000074C + .word 0x0000074C, 0x000007C8 + .word 0x000007C8, 0x00000858 + .word 0x00000858, 0x000008FC + .word 0x000008FC, 0x00000980 + .word 0x00000980, 0x000009EC + .word 0x000009EC, 0x00000A90 + .word 0x00000A90, 0x00000B4C + .word 0x00000B4C, 0x00000BD0 + .word 0x00000BD0, 0x00000C2C + .word 0x00000C2C, 0x00000CB0 + .word 0x00000CB0, 0x00000D1C + .word 0x00000D1C, 0x00000D8C + .word 0x00000D8C, 0x00000E08 + .word 0x00000E08, 0x00000E64 + .word 0x00000E64, 0x00000EDC + .word 0x00000EDC, 0x00000F38 + .word 0x00000F38, 0x00000FB4 + .word 0x00000FB4, 0x00001028 + .word 0x00001028, 0x0000108C + .word 0x0000108C, 0x000010F4 + + ; 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 0x000010FC ; chunk size + .incbin "baserom.nds", 0x0, 0x6C + .incbin "baserom.nds", 0x6C, 0x5C + .incbin "baserom.nds", 0xC8, 0x98 + .incbin "baserom.nds", 0x160, 0x6C + .incbin "baserom.nds", 0x1CC, 0x5C + .incbin "baserom.nds", 0x228, 0x6C + .incbin "baserom.nds", 0x294, 0x70 + .incbin "baserom.nds", 0x304, 0x74 + .incbin "baserom.nds", 0x378, 0x70 + .incbin "baserom.nds", 0x3E8, 0x5C + .incbin "baserom.nds", 0x444, 0x90 + .incbin "baserom.nds", 0x4D4, 0x5C + .incbin "baserom.nds", 0x530, 0x7C + .incbin "baserom.nds", 0x5AC, 0x6C + .incbin "baserom.nds", 0x618, 0x5C + .incbin "baserom.nds", 0x674, 0x5C + .incbin "baserom.nds", 0x6D0, 0x7C + .incbin "baserom.nds", 0x74C, 0x7C + .incbin "baserom.nds", 0x7C8, 0x90 + .incbin "baserom.nds", 0x858, 0xA4 + .incbin "baserom.nds", 0x8FC, 0x84 + .incbin "baserom.nds", 0x980, 0x6C + .incbin "baserom.nds", 0x9EC, 0xA4 + .incbin "baserom.nds", 0xA90, 0xBC + .incbin "baserom.nds", 0xB4C, 0x84 + .incbin "baserom.nds", 0xBD0, 0x5C + .incbin "baserom.nds", 0xC2C, 0x84 + .incbin "baserom.nds", 0xCB0, 0x6C + .incbin "baserom.nds", 0xD1C, 0x70 + .incbin "baserom.nds", 0xD8C, 0x7C + .incbin "baserom.nds", 0xE08, 0x5C + .incbin "baserom.nds", 0xE64, 0x78 + .incbin "baserom.nds", 0xEDC, 0x5C + .incbin "baserom.nds", 0xF38, 0x7C + .incbin "baserom.nds", 0xFB4, 0x74 + .incbin "baserom.nds", 0x1028, 0x64 + .incbin "baserom.nds", 0x108C, 0x68 + .balign 4, 255 diff --git a/narc/effectclact/wechar.narc.s b/narc/effectclact/wechar.narc.s new file mode 100644 index 00000000..7e489b45 --- /dev/null +++ b/narc/effectclact/wechar.narc.s @@ -0,0 +1,100 @@ + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00008134 ; 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, 0x00000BE0 + .word 0x00000BE0, 0x00000DB4 + .word 0x00000DB4, 0x0000154C + .word 0x0000154C, 0x00001750 + .word 0x00001750, 0x000019C8 + .word 0x000019C8, 0x00001D00 + .word 0x00001D00, 0x000021B4 + .word 0x000021B4, 0x00002714 + .word 0x00002714, 0x0000315C + .word 0x0000315C, 0x00003288 + .word 0x00003288, 0x000036A8 + .word 0x000036A8, 0x0000375C + .word 0x0000375C, 0x00003DB4 + .word 0x00003DB4, 0x00003FC4 + .word 0x00003FC4, 0x00004188 + .word 0x00004188, 0x00004320 + .word 0x00004320, 0x000044EC + .word 0x000044EC, 0x00004C54 + .word 0x00004C54, 0x00004F28 + .word 0x00004F28, 0x00005264 + .word 0x00005264, 0x0000553C + .word 0x0000553C, 0x00005740 + .word 0x00005740, 0x00005C3C + .word 0x00005C3C, 0x000061B8 + .word 0x000061B8, 0x000064F0 + .word 0x000064F0, 0x00006600 + .word 0x00006600, 0x00006D80 + .word 0x00006D80, 0x00007040 + .word 0x00007040, 0x000072BC + .word 0x000072BC, 0x000073F0 + .word 0x000073F0, 0x000074DC + .word 0x000074DC, 0x000077B4 + .word 0x000077B4, 0x0000788C + .word 0x0000788C, 0x00007A4C + .word 0x00007A4C, 0x00007D88 + .word 0x00007D88, 0x00007EB8 + .word 0x00007EB8, 0x00007FD8 + + ; 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 0x00007FE0 ; chunk size + .incbin "baserom.nds", 0x0, 0xBE0 + .incbin "baserom.nds", 0xBE0, 0x1D4 + .incbin "baserom.nds", 0xDB4, 0x798 + .incbin "baserom.nds", 0x154C, 0x204 + .incbin "baserom.nds", 0x1750, 0x278 + .incbin "baserom.nds", 0x19C8, 0x338 + .incbin "baserom.nds", 0x1D00, 0x4B4 + .incbin "baserom.nds", 0x21B4, 0x560 + .incbin "baserom.nds", 0x2714, 0xA48 + .incbin "baserom.nds", 0x315C, 0x12C + .incbin "baserom.nds", 0x3288, 0x420 + .incbin "baserom.nds", 0x36A8, 0xB4 + .incbin "baserom.nds", 0x375C, 0x658 + .incbin "baserom.nds", 0x3DB4, 0x210 + .incbin "baserom.nds", 0x3FC4, 0x1C4 + .incbin "baserom.nds", 0x4188, 0x198 + .incbin "baserom.nds", 0x4320, 0x1CC + .incbin "baserom.nds", 0x44EC, 0x768 + .incbin "baserom.nds", 0x4C54, 0x2D4 + .incbin "baserom.nds", 0x4F28, 0x33C + .incbin "baserom.nds", 0x5264, 0x2D8 + .incbin "baserom.nds", 0x553C, 0x204 + .incbin "baserom.nds", 0x5740, 0x4FC + .incbin "baserom.nds", 0x5C3C, 0x57C + .incbin "baserom.nds", 0x61B8, 0x338 + .incbin "baserom.nds", 0x64F0, 0x110 + .incbin "baserom.nds", 0x6600, 0x780 + .incbin "baserom.nds", 0x6D80, 0x2C0 + .incbin "baserom.nds", 0x7040, 0x27C + .incbin "baserom.nds", 0x72BC, 0x134 + .incbin "baserom.nds", 0x73F0, 0xEC + .incbin "baserom.nds", 0x74DC, 0x2D8 + .incbin "baserom.nds", 0x77B4, 0xD8 + .incbin "baserom.nds", 0x788C, 0x1C0 + .incbin "baserom.nds", 0x7A4C, 0x33C + .incbin "baserom.nds", 0x7D88, 0x130 + .incbin "baserom.nds", 0x7EB8, 0x120 + .balign 4, 255 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 |