diff options
Diffstat (limited to 'narc/graphic/demo_trade.narc.s')
-rw-r--r-- | narc/graphic/demo_trade.narc.s | 82 |
1 files changed, 0 insertions, 82 deletions
diff --git a/narc/graphic/demo_trade.narc.s b/narc/graphic/demo_trade.narc.s deleted file mode 100644 index 50be0719..00000000 --- a/narc/graphic/demo_trade.narc.s +++ /dev/null @@ -1,82 +0,0 @@ - .text - ; NARC header - .ascii "NARC" - .short 0xFFFE ; byte order - .short 0x0100 ; version - .word 0x00007B18 ; size - .short 0x0010 ; chunk size - .short 3 ; number following chunks - - ; BTAF header - .ascii "BTAF" - .word 0x000000EC ; chunk size - .short 28 ; number of files - .balign 4 - .word 0x00000000, 0x0000080E - .word 0x00000810, 0x0000101E - .word 0x00001020, 0x00001217 - .word 0x00001218, 0x00001452 - .word 0x00001454, 0x00001D78 - .word 0x00001D78, 0x0000274B - .word 0x0000274C, 0x00002986 - .word 0x00002988, 0x00002AE3 - .word 0x00002AE4, 0x00002BC1 - .word 0x00002BC4, 0x000031E1 - .word 0x000031E4, 0x00003260 - .word 0x00003260, 0x000032E0 - .word 0x000032E0, 0x0000334A - .word 0x0000334C, 0x000033AA - .word 0x000033AC, 0x00003406 - .word 0x00003408, 0x00003ABD - .word 0x00003AC0, 0x00004AD3 - .word 0x00004AD4, 0x00004B94 - .word 0x00004B94, 0x00004C85 - .word 0x00004C88, 0x00004D12 - .word 0x00004D14, 0x00004D6E - .word 0x00004D70, 0x00004E4F - .word 0x00004E50, 0x00004E93 - .word 0x00004E94, 0x00004EEE - .word 0x00004EF0, 0x000053B6 - .word 0x000053B8, 0x000057ED - .word 0x000057F0, 0x0000584A - .word 0x0000584C, 0x00007A04 - - ; 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 0x00007A0C ; chunk size - .incbin "baserom.nds", 0x0, 0x80E - .incbin "baserom.nds", 0x810, 0x80E - .incbin "baserom.nds", 0x1020, 0x1F7 - .incbin "baserom.nds", 0x1218, 0x23A - .incbin "baserom.nds", 0x1454, 0x924 - .incbin "baserom.nds", 0x1D78, 0x9D3 - .incbin "baserom.nds", 0x274C, 0x23A - .incbin "baserom.nds", 0x2988, 0x15B - .incbin "baserom.nds", 0x2AE4, 0xDD - .incbin "baserom.nds", 0x2BC4, 0x61D - .incbin "baserom.nds", 0x31E4, 0x7C - .incbin "baserom.nds", 0x3260, 0x80 - .incbin "baserom.nds", 0x32E0, 0x6A - .incbin "baserom.nds", 0x334C, 0x5E - .incbin "baserom.nds", 0x33AC, 0x5A - .incbin "baserom.nds", 0x3408, 0x6B5 - .incbin "baserom.nds", 0x3AC0, 0x1013 - .incbin "baserom.nds", 0x4AD4, 0xC0 - .incbin "baserom.nds", 0x4B94, 0xF1 - .incbin "baserom.nds", 0x4C88, 0x8A - .incbin "baserom.nds", 0x4D14, 0x5A - .incbin "baserom.nds", 0x4D70, 0xDF - .incbin "baserom.nds", 0x4E50, 0x43 - .incbin "baserom.nds", 0x4E94, 0x5A - .incbin "baserom.nds", 0x4EF0, 0x4C6 - .incbin "baserom.nds", 0x53B8, 0x435 - .incbin "baserom.nds", 0x57F0, 0x5A - .incbin "baserom.nds", 0x584C, 0x21B8 - .balign 4, 255 |