diff options
Diffstat (limited to 'narc/graphic/bag_gra.narc.s')
-rw-r--r-- | narc/graphic/bag_gra.narc.s | 104 |
1 files changed, 0 insertions, 104 deletions
diff --git a/narc/graphic/bag_gra.narc.s b/narc/graphic/bag_gra.narc.s deleted file mode 100644 index 92c1aa1e..00000000 --- a/narc/graphic/bag_gra.narc.s +++ /dev/null @@ -1,104 +0,0 @@ - .text - ; NARC header - .ascii "NARC" - .short 0xFFFE ; byte order - .short 0x0100 ; version - .word 0x00019C74 ; 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, 0x0000055C - .word 0x0000055C, 0x00000708 - .word 0x00000708, 0x00004738 - .word 0x00004738, 0x00004960 - .word 0x00004960, 0x00004A50 - .word 0x00004A50, 0x00004B28 - .word 0x00004B28, 0x00004C58 - .word 0x00004C58, 0x00006898 - .word 0x00006898, 0x00006AC0 - .word 0x00006AC0, 0x000072E4 - .word 0x000072E4, 0x00007B08 - .word 0x00007B08, 0x00008B48 - .word 0x00008B48, 0x00008D70 - .word 0x00008D70, 0x00009394 - .word 0x00009394, 0x000095BC - .word 0x000095BC, 0x0000FB3C - .word 0x0000FB3C, 0x0000FD64 - .word 0x0000FD64, 0x000105A4 - .word 0x000105A4, 0x000107CC - .word 0x000107CC, 0x0001083B - .word 0x0001083C, 0x000108A7 - .word 0x000108A8, 0x00010958 - .word 0x00010958, 0x000109C7 - .word 0x000109C8, 0x00010A43 - .word 0x00010A44, 0x000113F4 - .word 0x000113F4, 0x00011463 - .word 0x00011464, 0x000114E7 - .word 0x000114E8, 0x00011998 - .word 0x00011998, 0x00011A17 - .word 0x00011A18, 0x00011AAB - .word 0x00011AAC, 0x000134DC - .word 0x000134DC, 0x00013704 - .word 0x00013704, 0x00013C60 - .word 0x00013C60, 0x00013E0C - .word 0x00013E0C, 0x00017E3C - .word 0x00017E3C, 0x00018064 - .word 0x00018064, 0x00018488 - .word 0x00018488, 0x000198C8 - .word 0x000198C8, 0x00019B08 - - ; 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 0x00019B10 ; chunk size - .incbin "baserom.nds", 0x0, 0x55C - .incbin "baserom.nds", 0x55C, 0x1AC - .incbin "baserom.nds", 0x708, 0x4030 - .incbin "baserom.nds", 0x4738, 0x228 - .incbin "baserom.nds", 0x4960, 0xF0 - .incbin "baserom.nds", 0x4A50, 0xD8 - .incbin "baserom.nds", 0x4B28, 0x130 - .incbin "baserom.nds", 0x4C58, 0x1C40 - .incbin "baserom.nds", 0x6898, 0x228 - .incbin "baserom.nds", 0x6AC0, 0x824 - .incbin "baserom.nds", 0x72E4, 0x824 - .incbin "baserom.nds", 0x7B08, 0x1040 - .incbin "baserom.nds", 0x8B48, 0x228 - .incbin "baserom.nds", 0x8D70, 0x624 - .incbin "baserom.nds", 0x9394, 0x228 - .incbin "baserom.nds", 0x95BC, 0x6580 - .incbin "baserom.nds", 0xFB3C, 0x228 - .incbin "baserom.nds", 0xFD64, 0x840 - .incbin "baserom.nds", 0x105A4, 0x228 - .incbin "baserom.nds", 0x107CC, 0x6F - .incbin "baserom.nds", 0x1083C, 0x6B - .incbin "baserom.nds", 0x108A8, 0xB0 - .incbin "baserom.nds", 0x10958, 0x6F - .incbin "baserom.nds", 0x109C8, 0x7B - .incbin "baserom.nds", 0x10A44, 0x9B0 - .incbin "baserom.nds", 0x113F4, 0x6F - .incbin "baserom.nds", 0x11464, 0x83 - .incbin "baserom.nds", 0x114E8, 0x4B0 - .incbin "baserom.nds", 0x11998, 0x7F - .incbin "baserom.nds", 0x11A18, 0x93 - .incbin "baserom.nds", 0x11AAC, 0x1A30 - .incbin "baserom.nds", 0x134DC, 0x228 - .incbin "baserom.nds", 0x13704, 0x55C - .incbin "baserom.nds", 0x13C60, 0x1AC - .incbin "baserom.nds", 0x13E0C, 0x4030 - .incbin "baserom.nds", 0x17E3C, 0x228 - .incbin "baserom.nds", 0x18064, 0x424 - .incbin "baserom.nds", 0x18488, 0x1440 - .incbin "baserom.nds", 0x198C8, 0x240 - .balign 4, 255 |