mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-08 03:34:24 -05:00
49 lines
1.2 KiB
ArmAsm
49 lines
1.2 KiB
ArmAsm
.text
|
|
; NARC header
|
|
.ascii "NARC"
|
|
.short 0xFFFE ; byte order
|
|
.short 0x0100 ; version
|
|
.word 0x00003E14 ; size
|
|
.short 0x0010 ; chunk size
|
|
.short 3 ; number following chunks
|
|
|
|
; BTAF header
|
|
.ascii "BTAF"
|
|
.word 0x00000064 ; chunk size
|
|
.short 11 ; number of files
|
|
.balign 4
|
|
.word 0x00000000, 0x0000013A
|
|
.word 0x0000013C, 0x00000236
|
|
.word 0x00000238, 0x00000DB8
|
|
.word 0x00000DB8, 0x00000FE0
|
|
.word 0x00000FE0, 0x00001604
|
|
.word 0x00001604, 0x00001C28
|
|
.word 0x00001C28, 0x0000224C
|
|
.word 0x0000224C, 0x000024FC
|
|
.word 0x000024FC, 0x00002724
|
|
.word 0x00002724, 0x00003764
|
|
.word 0x00003764, 0x00003D88
|
|
|
|
; 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 0x00003D90 ; chunk size
|
|
.incbin "baserom.nds", 0x0, 0x13A
|
|
.incbin "baserom.nds", 0x13C, 0xFA
|
|
.incbin "baserom.nds", 0x238, 0xB80
|
|
.incbin "baserom.nds", 0xDB8, 0x228
|
|
.incbin "baserom.nds", 0xFE0, 0x624
|
|
.incbin "baserom.nds", 0x1604, 0x624
|
|
.incbin "baserom.nds", 0x1C28, 0x624
|
|
.incbin "baserom.nds", 0x224C, 0x2B0
|
|
.incbin "baserom.nds", 0x24FC, 0x228
|
|
.incbin "baserom.nds", 0x2724, 0x1040
|
|
.incbin "baserom.nds", 0x3764, 0x624
|
|
.balign 4, 255
|