diff options
Diffstat (limited to 'narc/data/demo_climax.narc.s')
-rw-r--r-- | narc/data/demo_climax.narc.s | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/narc/data/demo_climax.narc.s b/narc/data/demo_climax.narc.s deleted file mode 100644 index 2ac6c209..00000000 --- a/narc/data/demo_climax.narc.s +++ /dev/null @@ -1,66 +0,0 @@ - .text - ; NARC header - .ascii "NARC" - .short 0xFFFE ; byte order - .short 0x0100 ; version - .word 0x0007362C ; size - .short 0x0010 ; chunk size - .short 3 ; number following chunks - - ; BTAF header - .ascii "BTAF" - .word 0x000000AC ; chunk size - .short 20 ; number of files - .balign 4 - .word 0x00000000, 0x000118D8 - .word 0x000118D8, 0x000121F4 - .word 0x000121F4, 0x00015054 - .word 0x00015054, 0x0001567C - .word 0x0001567C, 0x00015C20 - .word 0x00015C20, 0x000161C4 - .word 0x000161C4, 0x00016768 - .word 0x00016768, 0x0001AFE0 - .word 0x0001AFE0, 0x000469D4 - .word 0x000469D4, 0x000471B4 - .word 0x000471B4, 0x00049D30 - .word 0x00049D30, 0x0004A9D4 - .word 0x0004A9D4, 0x0005BEB8 - .word 0x0005BEB8, 0x00063A58 - .word 0x00063A58, 0x00065E2C - .word 0x00065E2C, 0x00071D70 - .word 0x00071D70, 0x000725BC - .word 0x000725BC, 0x00072F70 - .word 0x00072F70, 0x00073404 - .word 0x00073404, 0x00073558 - - ; 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 0x00073560 ; chunk size - .incbin "baserom.nds", 0x0, 0x118D8 - .incbin "baserom.nds", 0x118D8, 0x91C - .incbin "baserom.nds", 0x121F4, 0x2E60 - .incbin "baserom.nds", 0x15054, 0x628 - .incbin "baserom.nds", 0x1567C, 0x5A4 - .incbin "baserom.nds", 0x15C20, 0x5A4 - .incbin "baserom.nds", 0x161C4, 0x5A4 - .incbin "baserom.nds", 0x16768, 0x4878 - .incbin "baserom.nds", 0x1AFE0, 0x2B9F4 - .incbin "baserom.nds", 0x469D4, 0x7E0 - .incbin "baserom.nds", 0x471B4, 0x2B7C - .incbin "baserom.nds", 0x49D30, 0xCA4 - .incbin "baserom.nds", 0x4A9D4, 0x114E4 - .incbin "baserom.nds", 0x5BEB8, 0x7BA0 - .incbin "baserom.nds", 0x63A58, 0x23D4 - .incbin "baserom.nds", 0x65E2C, 0xBF44 - .incbin "baserom.nds", 0x71D70, 0x84C - .incbin "baserom.nds", 0x725BC, 0x9B4 - .incbin "baserom.nds", 0x72F70, 0x494 - .incbin "baserom.nds", 0x73404, 0x154 - .balign 4, 255 |