2021-06-19 00:32:43 +00:00
|
|
|
Arm9
|
|
|
|
{
|
2021-06-27 12:19:59 +00:00
|
|
|
Static $(BUILD_DIR)/main.sbin_LZ
|
|
|
|
OverlayDefs $(BUILD_DIR)/main_defs.sbin_LZ
|
|
|
|
OverlayTable $(BUILD_DIR)/main_table.sbin_LZ
|
2021-06-19 19:44:43 +00:00
|
|
|
Nef $(BUILD_DIR)/main.nef
|
2021-06-19 00:32:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
Arm7
|
|
|
|
{
|
2021-09-29 15:21:20 +00:00
|
|
|
Static sub/build/ichneumon_sub.sbin
|
|
|
|
OverlayDefs sub/build/ichneumon_sub_defs.sbin
|
|
|
|
Nef sub/build/ichneumon_sub.nef
|
2021-06-19 00:32:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
Property
|
|
|
|
{
|
2021-08-08 14:17:36 +00:00
|
|
|
RomHeaderTemplate "$(HEADER_TEMPLATE)"
|
2021-06-19 00:32:43 +00:00
|
|
|
TitleName "$(TITLE_NAME)"
|
|
|
|
MakerCode "01"
|
|
|
|
RemasterVersion 0
|
|
|
|
RomSpeedType 1TROM
|
2021-08-08 01:30:37 +00:00
|
|
|
RomSize 1G
|
2021-06-19 00:32:43 +00:00
|
|
|
RomFootPadding TRUE
|
|
|
|
BannerFile $(BNR)
|
|
|
|
}
|
|
|
|
|
|
|
|
RomSpec
|
|
|
|
{
|
|
|
|
Segment All
|
|
|
|
HostRoot files/
|
|
|
|
File $(NITROFS_FILES)
|
|
|
|
}
|