Skip to content

Commit 7c045f7

Browse files
committed
BL2CK: Update compatibility list and associated carts
Adds r4i-3dsnew.com, r4i-u.com, r4ds-i.com.cn and super4i.com to the archive. Adds missing references to EDGEi and R4DSPro variants of BL2CK. Fix r4i-gold.me (2013 is also supported).
1 parent 8632d02 commit 7c045f7

File tree

589 files changed

+3258
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

589 files changed

+3258
-13
lines changed

README.md

+9-3

archive/r4ds-i.com.cn/Makefile

+5-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ export BASE := $(shell basename $(CURDIR))
55
export OUT := $(TOPDIR)/../../out
66
export COMMON := $(TOPDIR)/../../common-kernels
77

8-
package: directory r4ds-i.com.cn_Kernel_1.27.zip extdata
8+
package: directory old BL2CK_1.31.0.zip extdata
99

1010
directory:
1111
mkdir -p $(OUT)/$(BASE)
1212

13-
r4ds-i.com.cn_Kernel_1.27.zip: directory
14-
cd $(TOPDIR)/r4ds-i.com.cn_Kernel_1.27 && zip -r $(OUT)/$(BASE)/$@ *
13+
include $(COMMON)/BL2CK/R4iTT/Makefile
14+
15+
old: directory
16+
make -C $@
1517

1618
extdata: directory
1719
cp README.txt $(OUT)/$(BASE)

archive/r4ds-i.com.cn/README.txt

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
cheats:
2-
3-
Please rename R4 CHEAT FILE "usrcheat.dat" to "cheat.dat", and put in Folder "_SYSTEM_"!
4-
5-
Or you also can use *.cht, rename it as same as *.nds, and put it in the same folder. just like aaa.nds and aaa.cht.
2+
- BL2CK: SD:/__rpg/cheats/usrcheat.dat
3+
- r4ds-i.com.cn Kernel 1.27: SD:/_SYSTEM_/cheat.dat

archive/r4ds-i.com.cn/old/Makefile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.PHONY: package
2+
3+
export TOPDIR := $(shell pwd $(CURDIR))
4+
export BASE := r4ds-i.com.cn/$(shell basename $(CURDIR))
5+
export OUT := $(TOPDIR)/../../../out/
6+
export COMMON := $(TOPDIR)/../../../common-kernels
7+
8+
package: directory r4ds-i.com.cn_Kernel_1.27.zip
9+
10+
directory:
11+
mkdir -p $(OUT)/$(BASE)
12+
13+
r4ds-i.com.cn_Kernel_1.27.zip: directory
14+
cd $(TOPDIR)/r4ds-i.com.cn_Kernel_1.27 && zip -r $(OUT)/$(BASE)/$@ *

archive/r4i-3dsnew.com/Makefile

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
.PHONY: package
2+
3+
export TOPDIR := $(shell pwd $(CURDIR))
4+
export BASE := $(shell basename $(CURDIR))
5+
export OUT := $(TOPDIR)/../../out
6+
export COMMON := $(TOPDIR)/../../common-kernels
7+
8+
package: directory BL2CK_1.31.0.zip extdata
9+
10+
directory:
11+
mkdir -p $(OUT)/$(BASE)
12+
13+
include $(COMMON)/BL2CK/R4iTT/Makefile
14+
15+
extdata: directory
16+
cp README.txt $(OUT)/$(BASE)

archive/r4i-3dsnew.com/README.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
cheats:
2+
- BL2CK: SD:/__rpg/cheats/usrcheat.dat

archive/r4i-gold.me/Makefile

+9-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ export BASE := $(shell basename $(CURDIR))
55
export OUT := $(TOPDIR)/../../out
66
export COMMON := $(TOPDIR)/../../common-kernels
77

8-
package: directory r4i-gold.me_2013_Kernel_1.63.1.zip
8+
package: directory old BL2CK_1.31.0.zip extdata
99

1010
directory:
1111
mkdir -p $(OUT)/$(BASE)
1212

13-
r4i-gold.me_2013_Kernel_1.63.1.zip: directory
14-
cd $(TOPDIR)/r4i-gold.me_2013_Kernel_1.63.1 && zip -r $(OUT)/$(BASE)/$@ *
13+
include $(COMMON)/BL2CK/R4iTT/Makefile
14+
15+
old: directory
16+
make -C $@
17+
18+
extdata: directory
19+
cp README.txt $(OUT)/$(BASE)
20+

archive/r4i-gold.me/README.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
cheats:
2+
- BL2CK: SD:/__rpg/cheats/usrcheat.dat
3+
- r4i-gold.me 2013 Kernel 1.63.1: SD:/__rpg/cheats/usrcheat.dat

archive/r4i-gold.me/old/Makefile

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
.PHONY: package
2+
3+
export TOPDIR := $(shell pwd $(CURDIR))
4+
export BASE := r4i-gold.me/$(shell basename $(CURDIR))
5+
export OUT := $(TOPDIR)/../../../out
6+
export COMMON := $(TOPDIR)/../../../common-kernels
7+
8+
package: directory r4i-gold.me_2013_Kernel_1.63.1.zip
9+
10+
directory:
11+
mkdir -p $(OUT)/$(BASE)
12+
13+
r4i-gold.me_2013_Kernel_1.63.1.zip: directory
14+
cd $(TOPDIR)/r4i-gold.me_2013_Kernel_1.63.1 && zip -r $(OUT)/$(BASE)/$@ *

0 commit comments

Comments
 (0)