diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-04-21 15:57:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 15:57:22 +0300 |
commit | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (patch) | |
tree | c8d156131f95390672c1a1803560a85b445322d6 /files/FILE_1FB2A00_tmap_gra.narc.s | |
parent | a0749839f45525a0a64113f18688392da241cb7d (diff) | |
parent | aa2cb11a71a85faf0f84a8d07376a303792e3703 (diff) |
Merge pull request #17 from PikalaxALT/pikalax_work
Redump files
Diffstat (limited to 'files/FILE_1FB2A00_tmap_gra.narc.s')
-rw-r--r-- | files/FILE_1FB2A00_tmap_gra.narc.s | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/files/FILE_1FB2A00_tmap_gra.narc.s b/files/FILE_1FB2A00_tmap_gra.narc.s new file mode 100644 index 00000000..e07e8c7c --- /dev/null +++ b/files/FILE_1FB2A00_tmap_gra.narc.s @@ -0,0 +1,58 @@ + .include "asm/macros.inc" + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00014F10 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x000000FC ; chunk size + .short 30 ; number of files + .balign 4 + .word 0x00000000, 0x0000007C + .word 0x0000007C, 0x0000015E + .word 0x00000160, 0x00000396 + .word 0x00000398, 0x000003F2 + .word 0x000003F4, 0x00001C24 + .word 0x00001C24, 0x00001CBB + .word 0x00001CBC, 0x00001D3F + .word 0x00001D40, 0x00001E70 + .word 0x00001E70, 0x00001EF0 + .word 0x00001EF0, 0x00001F68 + .word 0x00001F68, 0x00002098 + .word 0x00002098, 0x0000211A + .word 0x0000211C, 0x00002196 + .word 0x00002198, 0x000021E8 + .word 0x000021E8, 0x00002254 + .word 0x00002254, 0x000022C4 + .word 0x000022C4, 0x00002674 + .word 0x00002674, 0x00002760 + .word 0x00002760, 0x00002808 + .word 0x00002808, 0x00007848 + .word 0x00007848, 0x0000D888 + .word 0x0000D888, 0x0000F688 + .word 0x0000F688, 0x0000FCAC + .word 0x0000FCAC, 0x0000FD78 + .word 0x0000FD78, 0x0001039C + .word 0x0001039C, 0x000123C0 + .word 0x000123C0, 0x000143E4 + .word 0x000143E4, 0x0001454C + .word 0x0001454C, 0x00014B70 + .word 0x00014B70, 0x00014DEC + + ; 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 0x00014DF4 ; chunk size + .incbin "baserom.nds", 0x1FB2B24, 0x14DEC + .balign 512, 255 |