Skip to content

Commit

Permalink
Add moonshl2 resetmse to Gateway package
Browse files Browse the repository at this point in the history
Closes issue #4
  • Loading branch information
Deletecat committed Oct 22, 2024
1 parent a57c01f commit f4bd17d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ cp -r out/flashcart_base/* out/ex4ds/

# copy flashcart specific moonshl2 reset files
cp moonshell_210/reset_files/R4TF-ACEP.nds out/acep/moonshl2/resetmse/R4TF.nds
cp moonshell_210/reset_files/R4TF-R4iLS.nds out/r4xx/moonshl2/resetmse/R4TF.nds
cp moonshell_210/reset_files/R4TF-ACEP.nds out/ex4ds/moonshl2/resetmse/R4TF.nds
cp moonshell_210/reset_files/R4TF-R4iLS.nds out/r4xx/moonshl2/resetmse/R4TF.nds
cp moonshell_210/reset_files/R4TF-R4iLS.nds out/r4it/moonshl2/resetmse/R4TF.nds

# [EX4] Replace AOS theme with EX4DS theme
rm out/ex4ds/__rpg/extention/theme.res
Expand All @@ -73,4 +74,4 @@ r4denc -k 0x4002 kernel/wood_r4xx.nds out/r4xx/wood.dat
r4denc -k 0x4002 kernel/wood_r4xx.nds out/ex4ds/wood.dat

# Extra _dsmenu.dat for EX4 soft-reset
cp out/ex4ds/_ds_menu.dat out/ex4ds/_dsmenu.dat
cp out/ex4ds/_ds_menu.dat out/ex4ds/_dsmenu.dat

0 comments on commit f4bd17d

Please sign in to comment.