mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-25 15:49:02 -05:00
33 lines
487 B
Plaintext
33 lines
487 B
Plaintext
Arm9
|
|
{
|
|
Static $(BUILD_DIR)/main.sbin
|
|
OverlayDefs $(BUILD_DIR)/main_defs.sbin
|
|
OverlayTable $(BUILD_DIR)/main_table.sbin
|
|
Nef $(BUILD_DIR)/main.nef
|
|
}
|
|
|
|
Arm7
|
|
{
|
|
Static sub/ichneumon_sub.sbin
|
|
OverlayDefs sub/ichneumon_sub_defs.sbin
|
|
}
|
|
|
|
Property
|
|
{
|
|
RomHeaderTemplate "$(HEADER_TEMPLATE)"
|
|
TitleName "$(TITLE_NAME)"
|
|
MakerCode "01"
|
|
RemasterVersion 0
|
|
RomSpeedType 1TROM
|
|
RomSize 1G
|
|
RomFootPadding TRUE
|
|
BannerFile $(BNR)
|
|
}
|
|
|
|
RomSpec
|
|
{
|
|
Segment All
|
|
HostRoot files/
|
|
File $(NITROFS_FILES)
|
|
}
|