mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 03:34:24 -05:00
145 lines
4.2 KiB
ArmAsm
145 lines
4.2 KiB
ArmAsm
.text
|
|
; NARC header
|
|
.ascii "NARC"
|
|
.short 0xFFFE ; byte order
|
|
.short 0x0100 ; version
|
|
.word 0x000003E4 ; size
|
|
.short 0x0010 ; chunk size
|
|
.short 3 ; number following chunks
|
|
|
|
; BTAF header
|
|
.ascii "BTAF"
|
|
.word 0x000001E4 ; chunk size
|
|
.short 59 ; number of files
|
|
.balign 4
|
|
.word 0x00000000, 0x00000008
|
|
.word 0x00000008, 0x00000010
|
|
.word 0x00000010, 0x00000018
|
|
.word 0x00000018, 0x00000020
|
|
.word 0x00000020, 0x00000028
|
|
.word 0x00000028, 0x00000030
|
|
.word 0x00000030, 0x00000038
|
|
.word 0x00000038, 0x00000040
|
|
.word 0x00000040, 0x00000048
|
|
.word 0x00000048, 0x00000050
|
|
.word 0x00000050, 0x00000058
|
|
.word 0x00000058, 0x00000060
|
|
.word 0x00000060, 0x00000068
|
|
.word 0x00000068, 0x00000070
|
|
.word 0x00000070, 0x00000078
|
|
.word 0x00000078, 0x00000080
|
|
.word 0x00000080, 0x00000088
|
|
.word 0x00000088, 0x00000090
|
|
.word 0x00000090, 0x00000098
|
|
.word 0x00000098, 0x000000A0
|
|
.word 0x000000A0, 0x000000A8
|
|
.word 0x000000A8, 0x000000B0
|
|
.word 0x000000B0, 0x000000B8
|
|
.word 0x000000B8, 0x000000C0
|
|
.word 0x000000C0, 0x000000C8
|
|
.word 0x000000C8, 0x000000D0
|
|
.word 0x000000D0, 0x000000D8
|
|
.word 0x000000D8, 0x000000E0
|
|
.word 0x000000E0, 0x000000E8
|
|
.word 0x000000E8, 0x000000F0
|
|
.word 0x000000F0, 0x000000F8
|
|
.word 0x000000F8, 0x00000100
|
|
.word 0x00000100, 0x00000108
|
|
.word 0x00000108, 0x00000110
|
|
.word 0x00000110, 0x00000118
|
|
.word 0x00000118, 0x00000120
|
|
.word 0x00000120, 0x00000128
|
|
.word 0x00000128, 0x00000130
|
|
.word 0x00000130, 0x00000138
|
|
.word 0x00000138, 0x00000140
|
|
.word 0x00000140, 0x00000148
|
|
.word 0x00000148, 0x00000150
|
|
.word 0x00000150, 0x00000158
|
|
.word 0x00000158, 0x00000160
|
|
.word 0x00000160, 0x00000168
|
|
.word 0x00000168, 0x00000170
|
|
.word 0x00000170, 0x00000178
|
|
.word 0x00000178, 0x00000180
|
|
.word 0x00000180, 0x00000188
|
|
.word 0x00000188, 0x00000190
|
|
.word 0x00000190, 0x00000198
|
|
.word 0x00000198, 0x000001A0
|
|
.word 0x000001A0, 0x000001A8
|
|
.word 0x000001A8, 0x000001B0
|
|
.word 0x000001B0, 0x000001B8
|
|
.word 0x000001B8, 0x000001C0
|
|
.word 0x000001C0, 0x000001C8
|
|
.word 0x000001C8, 0x000001D0
|
|
.word 0x000001D0, 0x000001D8
|
|
|
|
; 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 0x000001E0 ; chunk size
|
|
.incbin "baserom.nds", 0x0, 0x8
|
|
.incbin "baserom.nds", 0x8, 0x8
|
|
.incbin "baserom.nds", 0x10, 0x8
|
|
.incbin "baserom.nds", 0x18, 0x8
|
|
.incbin "baserom.nds", 0x20, 0x8
|
|
.incbin "baserom.nds", 0x28, 0x8
|
|
.incbin "baserom.nds", 0x30, 0x8
|
|
.incbin "baserom.nds", 0x38, 0x8
|
|
.incbin "baserom.nds", 0x40, 0x8
|
|
.incbin "baserom.nds", 0x48, 0x8
|
|
.incbin "baserom.nds", 0x50, 0x8
|
|
.incbin "baserom.nds", 0x58, 0x8
|
|
.incbin "baserom.nds", 0x60, 0x8
|
|
.incbin "baserom.nds", 0x68, 0x8
|
|
.incbin "baserom.nds", 0x70, 0x8
|
|
.incbin "baserom.nds", 0x78, 0x8
|
|
.incbin "baserom.nds", 0x80, 0x8
|
|
.incbin "baserom.nds", 0x88, 0x8
|
|
.incbin "baserom.nds", 0x90, 0x8
|
|
.incbin "baserom.nds", 0x98, 0x8
|
|
.incbin "baserom.nds", 0xA0, 0x8
|
|
.incbin "baserom.nds", 0xA8, 0x8
|
|
.incbin "baserom.nds", 0xB0, 0x8
|
|
.incbin "baserom.nds", 0xB8, 0x8
|
|
.incbin "baserom.nds", 0xC0, 0x8
|
|
.incbin "baserom.nds", 0xC8, 0x8
|
|
.incbin "baserom.nds", 0xD0, 0x8
|
|
.incbin "baserom.nds", 0xD8, 0x8
|
|
.incbin "baserom.nds", 0xE0, 0x8
|
|
.incbin "baserom.nds", 0xE8, 0x8
|
|
.incbin "baserom.nds", 0xF0, 0x8
|
|
.incbin "baserom.nds", 0xF8, 0x8
|
|
.incbin "baserom.nds", 0x100, 0x8
|
|
.incbin "baserom.nds", 0x108, 0x8
|
|
.incbin "baserom.nds", 0x110, 0x8
|
|
.incbin "baserom.nds", 0x118, 0x8
|
|
.incbin "baserom.nds", 0x120, 0x8
|
|
.incbin "baserom.nds", 0x128, 0x8
|
|
.incbin "baserom.nds", 0x130, 0x8
|
|
.incbin "baserom.nds", 0x138, 0x8
|
|
.incbin "baserom.nds", 0x140, 0x8
|
|
.incbin "baserom.nds", 0x148, 0x8
|
|
.incbin "baserom.nds", 0x150, 0x8
|
|
.incbin "baserom.nds", 0x158, 0x8
|
|
.incbin "baserom.nds", 0x160, 0x8
|
|
.incbin "baserom.nds", 0x168, 0x8
|
|
.incbin "baserom.nds", 0x170, 0x8
|
|
.incbin "baserom.nds", 0x178, 0x8
|
|
.incbin "baserom.nds", 0x180, 0x8
|
|
.incbin "baserom.nds", 0x188, 0x8
|
|
.incbin "baserom.nds", 0x190, 0x8
|
|
.incbin "baserom.nds", 0x198, 0x8
|
|
.incbin "baserom.nds", 0x1A0, 0x8
|
|
.incbin "baserom.nds", 0x1A8, 0x8
|
|
.incbin "baserom.nds", 0x1B0, 0x8
|
|
.incbin "baserom.nds", 0x1B8, 0x8
|
|
.incbin "baserom.nds", 0x1C0, 0x8
|
|
.incbin "baserom.nds", 0x1C8, 0x8
|
|
.incbin "baserom.nds", 0x1D0, 0x8
|
|
.balign 4, 255
|