mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 19:24:15 -05:00
145 lines
4.4 KiB
ArmAsm
145 lines
4.4 KiB
ArmAsm
.text
|
|
; NARC header
|
|
.ascii "NARC"
|
|
.short 0xFFFE ; byte order
|
|
.short 0x0100 ; version
|
|
.word 0x0000F8A8 ; 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, 0x000000EF
|
|
.word 0x000000F0, 0x00000207
|
|
.word 0x00000208, 0x00000938
|
|
.word 0x00000938, 0x00000B60
|
|
.word 0x00000B60, 0x00000BEB
|
|
.word 0x00000BEC, 0x00000C83
|
|
.word 0x00000C84, 0x00000E94
|
|
.word 0x00000E94, 0x000010BC
|
|
.word 0x000010BC, 0x000050FC
|
|
.word 0x000050FC, 0x00005324
|
|
.word 0x00005324, 0x00005B48
|
|
.word 0x00005B48, 0x00005BD3
|
|
.word 0x00005BD4, 0x00005C7F
|
|
.word 0x00005C80, 0x000062F0
|
|
.word 0x000062F0, 0x0000637B
|
|
.word 0x0000637C, 0x00006407
|
|
.word 0x00006408, 0x00006638
|
|
.word 0x00006638, 0x00006860
|
|
.word 0x00006860, 0x000068EB
|
|
.word 0x000068EC, 0x00006977
|
|
.word 0x00006978, 0x00006A28
|
|
.word 0x00006A28, 0x00006C50
|
|
.word 0x00006C50, 0x00006DA3
|
|
.word 0x00006DA4, 0x00006F47
|
|
.word 0x00006F48, 0x00007278
|
|
.word 0x00007278, 0x000074A0
|
|
.word 0x000074A0, 0x0000752B
|
|
.word 0x0000752C, 0x000075B7
|
|
.word 0x000075B8, 0x00007668
|
|
.word 0x00007668, 0x000076C8
|
|
.word 0x000076C8, 0x000078F0
|
|
.word 0x000078F0, 0x00008114
|
|
.word 0x00008114, 0x000081AB
|
|
.word 0x000081AC, 0x00008247
|
|
.word 0x00008248, 0x00008378
|
|
.word 0x00008378, 0x000085A0
|
|
.word 0x000085A0, 0x0000A5E0
|
|
.word 0x0000A5E0, 0x0000A808
|
|
.word 0x0000A808, 0x0000B02C
|
|
.word 0x0000B02C, 0x0000B0B7
|
|
.word 0x0000B0B8, 0x0000B143
|
|
.word 0x0000B144, 0x0000B1F4
|
|
.word 0x0000B1F4, 0x0000B41C
|
|
.word 0x0000B41C, 0x0000BC40
|
|
.word 0x0000BC40, 0x0000C480
|
|
.word 0x0000C480, 0x0000C4E0
|
|
.word 0x0000C4E0, 0x0000C708
|
|
.word 0x0000C708, 0x0000CF2C
|
|
.word 0x0000CF2C, 0x0000D76C
|
|
.word 0x0000D76C, 0x0000D994
|
|
.word 0x0000D994, 0x0000E1B8
|
|
.word 0x0000E1B8, 0x0000E3E0
|
|
.word 0x0000E3E0, 0x0000E608
|
|
.word 0x0000E608, 0x0000EA48
|
|
.word 0x0000EA48, 0x0000F26C
|
|
.word 0x0000F26C, 0x0000F378
|
|
.word 0x0000F378, 0x0000F484
|
|
.word 0x0000F484, 0x0000F590
|
|
.word 0x0000F590, 0x0000F69C
|
|
|
|
; 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 0x0000F6A4 ; chunk size
|
|
.incbin "baserom.nds", 0x0, 0xEF
|
|
.incbin "baserom.nds", 0xF0, 0x117
|
|
.incbin "baserom.nds", 0x208, 0x730
|
|
.incbin "baserom.nds", 0x938, 0x228
|
|
.incbin "baserom.nds", 0xB60, 0x8B
|
|
.incbin "baserom.nds", 0xBEC, 0x97
|
|
.incbin "baserom.nds", 0xC84, 0x210
|
|
.incbin "baserom.nds", 0xE94, 0x228
|
|
.incbin "baserom.nds", 0x10BC, 0x4040
|
|
.incbin "baserom.nds", 0x50FC, 0x228
|
|
.incbin "baserom.nds", 0x5324, 0x824
|
|
.incbin "baserom.nds", 0x5B48, 0x8B
|
|
.incbin "baserom.nds", 0x5BD4, 0xAB
|
|
.incbin "baserom.nds", 0x5C80, 0x670
|
|
.incbin "baserom.nds", 0x62F0, 0x8B
|
|
.incbin "baserom.nds", 0x637C, 0x8B
|
|
.incbin "baserom.nds", 0x6408, 0x230
|
|
.incbin "baserom.nds", 0x6638, 0x228
|
|
.incbin "baserom.nds", 0x6860, 0x8B
|
|
.incbin "baserom.nds", 0x68EC, 0x8B
|
|
.incbin "baserom.nds", 0x6978, 0xB0
|
|
.incbin "baserom.nds", 0x6A28, 0x228
|
|
.incbin "baserom.nds", 0x6C50, 0x153
|
|
.incbin "baserom.nds", 0x6DA4, 0x1A3
|
|
.incbin "baserom.nds", 0x6F48, 0x330
|
|
.incbin "baserom.nds", 0x7278, 0x228
|
|
.incbin "baserom.nds", 0x74A0, 0x8B
|
|
.incbin "baserom.nds", 0x752C, 0x8B
|
|
.incbin "baserom.nds", 0x75B8, 0xB0
|
|
.incbin "baserom.nds", 0x7668, 0x60
|
|
.incbin "baserom.nds", 0x76C8, 0x228
|
|
.incbin "baserom.nds", 0x78F0, 0x824
|
|
.incbin "baserom.nds", 0x8114, 0x97
|
|
.incbin "baserom.nds", 0x81AC, 0x9B
|
|
.incbin "baserom.nds", 0x8248, 0x130
|
|
.incbin "baserom.nds", 0x8378, 0x228
|
|
.incbin "baserom.nds", 0x85A0, 0x2040
|
|
.incbin "baserom.nds", 0xA5E0, 0x228
|
|
.incbin "baserom.nds", 0xA808, 0x824
|
|
.incbin "baserom.nds", 0xB02C, 0x8B
|
|
.incbin "baserom.nds", 0xB0B8, 0x8B
|
|
.incbin "baserom.nds", 0xB144, 0xB0
|
|
.incbin "baserom.nds", 0xB1F4, 0x228
|
|
.incbin "baserom.nds", 0xB41C, 0x824
|
|
.incbin "baserom.nds", 0xBC40, 0x840
|
|
.incbin "baserom.nds", 0xC480, 0x60
|
|
.incbin "baserom.nds", 0xC4E0, 0x228
|
|
.incbin "baserom.nds", 0xC708, 0x824
|
|
.incbin "baserom.nds", 0xCF2C, 0x840
|
|
.incbin "baserom.nds", 0xD76C, 0x228
|
|
.incbin "baserom.nds", 0xD994, 0x824
|
|
.incbin "baserom.nds", 0xE1B8, 0x228
|
|
.incbin "baserom.nds", 0xE3E0, 0x228
|
|
.incbin "baserom.nds", 0xE608, 0x440
|
|
.incbin "baserom.nds", 0xEA48, 0x824
|
|
.incbin "baserom.nds", 0xF26C, 0x10C
|
|
.incbin "baserom.nds", 0xF378, 0x10C
|
|
.incbin "baserom.nds", 0xF484, 0x10C
|
|
.incbin "baserom.nds", 0xF590, 0x10C
|
|
.balign 4, 255
|