diff options
Diffstat (limited to 'narc/graphic/field_encounteffect.narc.s')
-rw-r--r-- | narc/graphic/field_encounteffect.narc.s | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/narc/graphic/field_encounteffect.narc.s b/narc/graphic/field_encounteffect.narc.s new file mode 100644 index 00000000..8fc9b59e --- /dev/null +++ b/narc/graphic/field_encounteffect.narc.s @@ -0,0 +1,78 @@ + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00009708 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x000000DC ; chunk size + .short 26 ; number of files + .balign 4 + .word 0x00000000, 0x00000228 + .word 0x00000228, 0x00000450 + .word 0x00000450, 0x00000C80 + .word 0x00000C80, 0x00000CEF + .word 0x00000CF0, 0x00000D5B + .word 0x00000D5C, 0x00002D8C + .word 0x00002D8C, 0x00002E51 + .word 0x00002E54, 0x00002F25 + .word 0x00002F28, 0x00004F58 + .word 0x00004F58, 0x00004FC7 + .word 0x00004FC8, 0x00005043 + .word 0x00005044, 0x0000526C + .word 0x0000526C, 0x00005EAC + .word 0x00005EAC, 0x000062D0 + .word 0x000062D0, 0x000064F8 + .word 0x000064F8, 0x00007D28 + .word 0x00007D28, 0x000080BA + .word 0x000080BC, 0x0000822E + .word 0x00008230, 0x00008458 + .word 0x00008458, 0x00008680 + .word 0x00008680, 0x000088A8 + .word 0x000088A8, 0x00008AD0 + .word 0x00008AD0, 0x00008CF8 + .word 0x00008CF8, 0x00009528 + .word 0x00009528, 0x00009593 + .word 0x00009594, 0x00009603 + + ; 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 0x0000960C ; chunk size + .incbin "baserom.nds", 0x0, 0x228 + .incbin "baserom.nds", 0x228, 0x228 + .incbin "baserom.nds", 0x450, 0x830 + .incbin "baserom.nds", 0xC80, 0x6F + .incbin "baserom.nds", 0xCF0, 0x6B + .incbin "baserom.nds", 0xD5C, 0x2030 + .incbin "baserom.nds", 0x2D8C, 0xC5 + .incbin "baserom.nds", 0x2E54, 0xD1 + .incbin "baserom.nds", 0x2F28, 0x2030 + .incbin "baserom.nds", 0x4F58, 0x6F + .incbin "baserom.nds", 0x4FC8, 0x7B + .incbin "baserom.nds", 0x5044, 0x228 + .incbin "baserom.nds", 0x526C, 0xC40 + .incbin "baserom.nds", 0x5EAC, 0x424 + .incbin "baserom.nds", 0x62D0, 0x228 + .incbin "baserom.nds", 0x64F8, 0x1830 + .incbin "baserom.nds", 0x7D28, 0x392 + .incbin "baserom.nds", 0x80BC, 0x172 + .incbin "baserom.nds", 0x8230, 0x228 + .incbin "baserom.nds", 0x8458, 0x228 + .incbin "baserom.nds", 0x8680, 0x228 + .incbin "baserom.nds", 0x88A8, 0x228 + .incbin "baserom.nds", 0x8AD0, 0x228 + .incbin "baserom.nds", 0x8CF8, 0x830 + .incbin "baserom.nds", 0x9528, 0x6B + .incbin "baserom.nds", 0x9594, 0x6F + .balign 4, 255 |