diff options
Diffstat (limited to 'files/FILE_1E3A200_ev_pokeselect.narc.s')
-rw-r--r-- | files/FILE_1E3A200_ev_pokeselect.narc.s | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/files/FILE_1E3A200_ev_pokeselect.narc.s b/files/FILE_1E3A200_ev_pokeselect.narc.s new file mode 100644 index 00000000..01d04322 --- /dev/null +++ b/files/FILE_1E3A200_ev_pokeselect.narc.s @@ -0,0 +1,46 @@ + .include "asm/macros.inc" + .text + ; NARC header + .ascii "NARC" + .short 0xFFFE ; byte order + .short 0x0100 ; version + .word 0x00022524 ; size + .short 0x0010 ; chunk size + .short 3 ; number following chunks + + ; BTAF header + .ascii "BTAF" + .word 0x0000009C ; chunk size + .short 18 ; number of files + .balign 4 + .word 0x00000000, 0x000017D4 + .word 0x000017D4, 0x0000EB40 + .word 0x0000EB40, 0x0000EE44 + .word 0x0000EE44, 0x00011478 + .word 0x00011478, 0x0001177C + .word 0x0001177C, 0x00013E08 + .word 0x00013E08, 0x0001410C + .word 0x0001410C, 0x00016790 + .word 0x00016790, 0x0001E394 + .word 0x0001E394, 0x0001F87C + .word 0x0001F87C, 0x0001FAAC + .word 0x0001FAAC, 0x0001FCD4 + .word 0x0001FCD4, 0x0001FD37 + .word 0x0001FD38, 0x0001FDA7 + .word 0x0001FDA8, 0x00021DE8 + .word 0x00021DE8, 0x00022010 + .word 0x00022010, 0x00022238 + .word 0x00022238, 0x00022460 + + ; 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 0x00022468 ; chunk size + .incbin "baserom.nds", 0x1E3A2C4, 0x22460 + .balign 512, 255 |