pokeheartgold/rom.rsf

34 lines
541 B
Plaintext
Raw Normal View History

2021-06-19 00:32:43 +00:00
Arm9
{
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
{
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
{
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)
}