Skip to content

Commit

Permalink
Rename cias
Browse files Browse the repository at this point in the history
  • Loading branch information
ahezard committed Sep 10, 2016
1 parent 4a4d8d4 commit db17ac2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build_cia.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ python patch_ndsheader_dsiware.py --read bootstrap.nds > bootstrap.nds_after_pat

$DEVKITARM/bin/ndstool -c nds-hb-menu.nds -7 hbmenu.arm7.elf -9 hbmenu.arm9.elf -g $GAME_INFO -b icon.bmp "$GAME_TITLE;$GAME_SUBTITLE1;$GAME_SUBTITLE2"
cp nds-hb-menu.nds hbmenu_ntr.nds
cp nds-hb-menu.nds nds-hb-menu-dsi-r4.nds
cp nds-hb-menu.nds nds-hb-menu-dsi-nogba.nds
cp nds-hb-menu.nds hbmenu_ntr_r4.nds
cp nds-hb-menu.nds hbmenu_ntr_nogba.nds

./dlditool.exe BootStrap/r4tfv2.dldi nds-hb-menu-dsi-r4.nds

python patch_ndsheader_dsiware.py --mode dsi hbmenu_ntr.nds
python patch_ndsheader_dsiware.py --mode dsi nds-hb-menu-dsi-r4.nds
python patch_ndsheader_dsiware.py --mode dsinogba nds-hb-menu-dsi-nogba.nds
python patch_ndsheader_dsiware.py --mode dsi hbmenu_ntr_r4.nds
python patch_ndsheader_dsiware.py --mode dsinogba hbmenu_ntr_nogba.nds

./make_cia.exe --srl=hbmenu_ntr.nds
./make_cia.exe --srl=nds-hb-menu-dsi-r4.nds
./make_cia.exe --srl=hbmenu_ntr_r4.nds
./make_cia.exe --srl=bootstrap.nds

0 comments on commit db17ac2

Please sign in to comment.