mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 03:34:24 -05:00
155 lines
4.5 KiB
ArmAsm
155 lines
4.5 KiB
ArmAsm
.text
|
|
; NARC header
|
|
.ascii "NARC"
|
|
.short 0xFFFE ; byte order
|
|
.short 0x0100 ; version
|
|
.word 0x00000534 ; size
|
|
.short 0x0010 ; chunk size
|
|
.short 3 ; number following chunks
|
|
|
|
; BTAF header
|
|
.ascii "BTAF"
|
|
.word 0x0000020C ; chunk size
|
|
.short 64 ; number of files
|
|
.balign 4
|
|
.word 0x00000000, 0x0000000C
|
|
.word 0x0000000C, 0x00000018
|
|
.word 0x00000018, 0x00000024
|
|
.word 0x00000024, 0x00000030
|
|
.word 0x00000030, 0x0000003C
|
|
.word 0x0000003C, 0x00000048
|
|
.word 0x00000048, 0x00000054
|
|
.word 0x00000054, 0x00000060
|
|
.word 0x00000060, 0x0000006C
|
|
.word 0x0000006C, 0x00000078
|
|
.word 0x00000078, 0x00000084
|
|
.word 0x00000084, 0x00000090
|
|
.word 0x00000090, 0x0000009C
|
|
.word 0x0000009C, 0x000000A8
|
|
.word 0x000000A8, 0x000000B4
|
|
.word 0x000000B4, 0x000000C0
|
|
.word 0x000000C0, 0x000000CC
|
|
.word 0x000000CC, 0x000000D8
|
|
.word 0x000000D8, 0x000000E4
|
|
.word 0x000000E4, 0x000000F0
|
|
.word 0x000000F0, 0x000000FC
|
|
.word 0x000000FC, 0x00000108
|
|
.word 0x00000108, 0x00000114
|
|
.word 0x00000114, 0x00000120
|
|
.word 0x00000120, 0x0000012C
|
|
.word 0x0000012C, 0x00000138
|
|
.word 0x00000138, 0x00000144
|
|
.word 0x00000144, 0x00000150
|
|
.word 0x00000150, 0x0000015C
|
|
.word 0x0000015C, 0x00000168
|
|
.word 0x00000168, 0x00000174
|
|
.word 0x00000174, 0x00000180
|
|
.word 0x00000180, 0x0000018C
|
|
.word 0x0000018C, 0x00000198
|
|
.word 0x00000198, 0x000001A4
|
|
.word 0x000001A4, 0x000001B0
|
|
.word 0x000001B0, 0x000001BC
|
|
.word 0x000001BC, 0x000001C8
|
|
.word 0x000001C8, 0x000001D4
|
|
.word 0x000001D4, 0x000001E0
|
|
.word 0x000001E0, 0x000001EC
|
|
.word 0x000001EC, 0x000001F8
|
|
.word 0x000001F8, 0x00000204
|
|
.word 0x00000204, 0x00000210
|
|
.word 0x00000210, 0x0000021C
|
|
.word 0x0000021C, 0x00000228
|
|
.word 0x00000228, 0x00000234
|
|
.word 0x00000234, 0x00000240
|
|
.word 0x00000240, 0x0000024C
|
|
.word 0x0000024C, 0x00000258
|
|
.word 0x00000258, 0x00000264
|
|
.word 0x00000264, 0x00000270
|
|
.word 0x00000270, 0x0000027C
|
|
.word 0x0000027C, 0x00000288
|
|
.word 0x00000288, 0x00000294
|
|
.word 0x00000294, 0x000002A0
|
|
.word 0x000002A0, 0x000002AC
|
|
.word 0x000002AC, 0x000002B8
|
|
.word 0x000002B8, 0x000002C4
|
|
.word 0x000002C4, 0x000002D0
|
|
.word 0x000002D0, 0x000002DC
|
|
.word 0x000002DC, 0x000002E8
|
|
.word 0x000002E8, 0x000002F4
|
|
.word 0x000002F4, 0x00000300
|
|
|
|
; 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 0x00000308 ; chunk size
|
|
.incbin "baserom.nds", 0x0, 0xC
|
|
.incbin "baserom.nds", 0xC, 0xC
|
|
.incbin "baserom.nds", 0x18, 0xC
|
|
.incbin "baserom.nds", 0x24, 0xC
|
|
.incbin "baserom.nds", 0x30, 0xC
|
|
.incbin "baserom.nds", 0x3C, 0xC
|
|
.incbin "baserom.nds", 0x48, 0xC
|
|
.incbin "baserom.nds", 0x54, 0xC
|
|
.incbin "baserom.nds", 0x60, 0xC
|
|
.incbin "baserom.nds", 0x6C, 0xC
|
|
.incbin "baserom.nds", 0x78, 0xC
|
|
.incbin "baserom.nds", 0x84, 0xC
|
|
.incbin "baserom.nds", 0x90, 0xC
|
|
.incbin "baserom.nds", 0x9C, 0xC
|
|
.incbin "baserom.nds", 0xA8, 0xC
|
|
.incbin "baserom.nds", 0xB4, 0xC
|
|
.incbin "baserom.nds", 0xC0, 0xC
|
|
.incbin "baserom.nds", 0xCC, 0xC
|
|
.incbin "baserom.nds", 0xD8, 0xC
|
|
.incbin "baserom.nds", 0xE4, 0xC
|
|
.incbin "baserom.nds", 0xF0, 0xC
|
|
.incbin "baserom.nds", 0xFC, 0xC
|
|
.incbin "baserom.nds", 0x108, 0xC
|
|
.incbin "baserom.nds", 0x114, 0xC
|
|
.incbin "baserom.nds", 0x120, 0xC
|
|
.incbin "baserom.nds", 0x12C, 0xC
|
|
.incbin "baserom.nds", 0x138, 0xC
|
|
.incbin "baserom.nds", 0x144, 0xC
|
|
.incbin "baserom.nds", 0x150, 0xC
|
|
.incbin "baserom.nds", 0x15C, 0xC
|
|
.incbin "baserom.nds", 0x168, 0xC
|
|
.incbin "baserom.nds", 0x174, 0xC
|
|
.incbin "baserom.nds", 0x180, 0xC
|
|
.incbin "baserom.nds", 0x18C, 0xC
|
|
.incbin "baserom.nds", 0x198, 0xC
|
|
.incbin "baserom.nds", 0x1A4, 0xC
|
|
.incbin "baserom.nds", 0x1B0, 0xC
|
|
.incbin "baserom.nds", 0x1BC, 0xC
|
|
.incbin "baserom.nds", 0x1C8, 0xC
|
|
.incbin "baserom.nds", 0x1D4, 0xC
|
|
.incbin "baserom.nds", 0x1E0, 0xC
|
|
.incbin "baserom.nds", 0x1EC, 0xC
|
|
.incbin "baserom.nds", 0x1F8, 0xC
|
|
.incbin "baserom.nds", 0x204, 0xC
|
|
.incbin "baserom.nds", 0x210, 0xC
|
|
.incbin "baserom.nds", 0x21C, 0xC
|
|
.incbin "baserom.nds", 0x228, 0xC
|
|
.incbin "baserom.nds", 0x234, 0xC
|
|
.incbin "baserom.nds", 0x240, 0xC
|
|
.incbin "baserom.nds", 0x24C, 0xC
|
|
.incbin "baserom.nds", 0x258, 0xC
|
|
.incbin "baserom.nds", 0x264, 0xC
|
|
.incbin "baserom.nds", 0x270, 0xC
|
|
.incbin "baserom.nds", 0x27C, 0xC
|
|
.incbin "baserom.nds", 0x288, 0xC
|
|
.incbin "baserom.nds", 0x294, 0xC
|
|
.incbin "baserom.nds", 0x2A0, 0xC
|
|
.incbin "baserom.nds", 0x2AC, 0xC
|
|
.incbin "baserom.nds", 0x2B8, 0xC
|
|
.incbin "baserom.nds", 0x2C4, 0xC
|
|
.incbin "baserom.nds", 0x2D0, 0xC
|
|
.incbin "baserom.nds", 0x2DC, 0xC
|
|
.incbin "baserom.nds", 0x2E8, 0xC
|
|
.incbin "baserom.nds", 0x2F4, 0xC
|
|
.balign 4, 255
|