diff options
Diffstat (limited to 'narc/personal/growtbl.narc.s')
-rw-r--r-- | narc/personal/growtbl.narc.s | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/narc/personal/growtbl.narc.s b/narc/personal/growtbl.narc.s deleted file mode 100644 index 038986a5..00000000 --- a/narc/personal/growtbl.narc.s +++ /dev/null @@ -1,42 +0,0 @@ - .text - ; NARC header - .ascii "NARC" - .short 0xFFFE ; byte order - .short 0x0100 ; version - .word 0x00000D14 ; size - .short 0x0010 ; chunk size - .short 3 ; number following chunks - - ; BTAF header - .ascii "BTAF" - .word 0x0000004C ; chunk size - .short 8 ; number of files - .balign 4 - .word 0x00000000, 0x00000194 - .word 0x00000194, 0x00000328 - .word 0x00000328, 0x000004BC - .word 0x000004BC, 0x00000650 - .word 0x00000650, 0x000007E4 - .word 0x000007E4, 0x00000978 - .word 0x00000978, 0x00000B0C - .word 0x00000B0C, 0x00000CA0 - - ; 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 0x00000CA8 ; chunk size - .incbin "baserom.nds", 0x0, 0x194 - .incbin "baserom.nds", 0x194, 0x194 - .incbin "baserom.nds", 0x328, 0x194 - .incbin "baserom.nds", 0x4BC, 0x194 - .incbin "baserom.nds", 0x650, 0x194 - .incbin "baserom.nds", 0x7E4, 0x194 - .incbin "baserom.nds", 0x978, 0x194 - .incbin "baserom.nds", 0xB0C, 0x194 - .balign 4, 255 |