-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aacbf19
commit 6a4cdcb
Showing
12 changed files
with
71 additions
and
0 deletions.
There are no files selected for viewing
Binary file modified
BIN
+0 Bytes
(100%)
archive/Ace3DS+_R4iLS/Ace3DS+_R4iLS_Wood_R4_1.62/_DSMENU.DAT
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
archive/Ace3DS+_R4iLS/Ace3DS+_R4iLS_Wood_R4_1.62/_DS_MENU.dat
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.PHONY: package | ||
|
||
export TOPDIR := $(shell pwd $(CURDIR)) | ||
export BASE := Ace3DS+_R4iLS/$(shell basename $(CURDIR)) | ||
export OUT := $(TOPDIR)/../../out | ||
export COMMON := $(TOPDIR)/../../common-kernels | ||
|
||
package: directory Ace3DS+_R4iLS_Wood_R4_1.62_old.zip extdata | ||
|
||
directory: | ||
mkdir -p $(OUT)/$(BASE) | ||
|
||
Ace3DS+_R4iLS_Wood_R4_1.62_old.zip: directory | ||
mkdir tmp;cp -r Ace3DS+_R4iLS_Wood_R4_1.62_old/* $(COMMON)/Wood_R4Li_1.62/* tmp | ||
cd tmp && zip -r $(OUT)/$(BASE)/$@ * | ||
cd $(TOPDIR); rm -rf tmp | ||
|
||
extdata: directory | ||
cp ace3dsplus.jpg README.txt $(OUT)/$(BASE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Compatible with: | ||
- Ace3DS+ | ||
- Ace3DS X | ||
- ### in 1 combo cart | ||
- r4azure.com carts | ||
- r4isdhc.com.cn carts | ||
- r4iwood.cn carts | ||
- r4isdhc.hk 2020+ carts | ||
- r4li.com carts | ||
- r4infinity.com 2 | ||
- r4ixds.com 2014 white version | ||
- woodr4isdhc.com carts | ||
- ge.ndsi.in GEi HOT | ||
- (please raise an issue if you think your cart is an Ace3DS+ or an R4iLS clone!) | ||
|
||
cheats (NDS): | ||
__rpg/cheats/usrcheat.dat |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,9 @@ | ||
_DSMENU.DAT has been patched (by davidmorom) to fix an issue in both WarioWare DIY and Jam with the Band: | ||
``` | ||
WarioWare DIY and Jam with the Band had always been problematic in these flashcarts, as the save type they use is not correctly supported by the kernel, due to a very stupid bug. | ||
|
||
Recently I managed to patch this bug and both games now work perfectly. The change is just one instruction modification, from "mov r6,#0x9" to "mov r6,#0x0". This change prevents a 9 bits logical left shift on the save file sector addresses list, which is not needed at all, and is the reason that makes the games not compatible. | ||
``` | ||
|
||
cheats (NDS): | ||
__rpg/cheats/usrcheat.dat |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.PHONY: package | ||
|
||
export TOPDIR := $(shell pwd $(CURDIR)) | ||
export BASE := Gateway_Blue/$(shell basename $(CURDIR)) | ||
export OUT := $(TOPDIR)/../../../out | ||
export COMMON := $(TOPDIR)/../../../common-kernels | ||
|
||
package: directory Gateway_Blue_Wood_R4_1.62_old.zip extdata | ||
|
||
directory: | ||
mkdir -p $(OUT)/$(BASE) | ||
|
||
Gateway_Blue_Wood_R4_1.62_old.zip: directory | ||
mkdir tmp;cp -r Gateway_Blue_Wood_R4_1.62_old/* $(COMMON)/Wood_R4Li_1.62/* tmp | ||
cd tmp && zip -r $(OUT)/$(BASE)/$@ * | ||
cd $(TOPDIR); rm -rf tmp | ||
|
||
extdata: directory | ||
cp README.txt $(OUT)/$(BASE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cheats (NDS): | ||
__rpg/cheats/usrcheat.dat |