summaryrefslogtreecommitdiff
path: root/rom.rsf
blob: bf77484a822c973a014500d2a5ea2dffcaba85a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Arm9
{
	Static arm9/$(BUILD_DIR)/arm9.sbin
	OverlayDefs arm9/$(BUILD_DIR)/arm9_defs.sbin
	OverlayTable arm9/$(BUILD_DIR)/arm9_table.sbin
	Nef arm9/$(BUILD_DIR)/arm9.elf
}

Arm7
{
	Static arm7/build/arm7.sbin
	OverlayDefs arm7/build/arm7_defs.sbin
	Nef arm7/build/arm7.elf
}

Property
{
	RomHeaderTemplate tools/bin/rom_header.template.sbin
	TitleName "$(TITLE_NAME)"
	MakerCode "01"
	RemasterVersion 5
	RomSpeedType 1TROM
	RomSize 512M
	RomFootPadding TRUE
	BannerFile $(BNR)
}

RomSpec
{
	Segment All
	HostRoot files/
	File $(NITROFS_FILES)
}