Skip to content

Commit 3c1b07c

Browse files
committed
ex4ds: add stock wood kernel themes
Since this version of AOS has apps which don't work on the other carts, it's best to make the themes distinguishable from the rest.
1 parent 396b8a4 commit 3c1b07c

Some content is hidden

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

52 files changed

+257
-1
lines changed

build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ cp moonshell_210/reset_files/R4TF-ACEP.nds out/ex4ds/moonshl2/resetmse/R4TF.nds
5252
# copy ex4ds specific features
5353
cp -r extras/ex4ds/_ex4mov_ out/ex4ds/_ex4mov_
5454
cp extras/ex4ds/*.ini extras/ex4ds/plugin.odr out/ex4ds/__rpg/extention/_plugin_/
55-
cp extras/ex4ds/theme.res out/ex4ds/__rpg/extention/theme.res
55+
cp extras/ex4ds/themes/theme.res out/ex4ds/__rpg/extention/theme.res
56+
cp -r "extras/ex4ds/themes/metro ex4ds" "extra/ex4ds/themes/metro vista" out/ex4ds/__rpg/ui/
57+
cp extras/ex4ds/globalsettings.ini out/ex4ds/__rpg/globalsettings.ini
5658

5759
# copy flashcart specific files
5860
r4denc -k 0x4002 aos_base/aos_acep.nds out/acep/_ds_menu.dat

extras/ex4ds/globalsettings.ini

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
[system]
2+
uiName = metro ex4ds
3+
langDirectory = English
4+
fileListType = 0
5+
romTrim = 0
6+
showHiddenFiles = 1
7+
gbaSleepHack = 0
8+
gbaAutoSave = 0
9+
Animation = 1
10+
cheats = 1
11+
softreset = 1
12+
dma = 0
13+
sdsave = 0
14+
safemode = 0
15+
Show12hrClock = 0
16+
homebrewreset = 1
17+
resethotkey = 131072
18+
viewMode = icon
19+
slot2mode = gba
20+
saveext = .sav
566 Bytes
Binary file not shown.
3.29 KB
Binary file not shown.
3.99 KB
Binary file not shown.
5.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
566 Bytes
Binary file not shown.
254 Bytes
Binary file not shown.
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[user name]
2+
x=22
3+
y=0
4+
color=0x0398
5+
show=0
6+
[custom text]
7+
text=User Text
8+
x=80
9+
y=0
10+
w=256
11+
h=16
12+
color=0x7FFF
13+
show=0
14+
[custom picture]
15+
file=no file
16+
x=0
17+
y=0
18+
show=0
446 Bytes
Binary file not shown.
96.1 KB
Binary file not shown.
24.7 KB
Binary file not shown.
6.38 KB
Binary file not shown.
26.5 KB
Binary file not shown.
702 Bytes
Binary file not shown.
702 Bytes
Binary file not shown.
254 Bytes
Binary file not shown.
118 Bytes
Binary file not shown.
182 Bytes
Binary file not shown.
182 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
[global settings]
2+
formFrameColor =0x1CE7
3+
formBodyColor =0x0000
4+
formTextColor =0x7FFF
5+
formTitleTextColor =0x7FFF
6+
buttonTextColor =0x0000
7+
spinBoxNormalColor =0x6318
8+
spinBoxFocusColor =0x1CE7
9+
spinBoxFrameColor =0x3DEF
10+
spinBoxTextColor =0x0000
11+
spinBoxTextHiLightColor =0x7FFF
12+
listViewBarColor1 =0x4d60
13+
listViewVarColor2 =0x24a0
14+
listTextColor =0
15+
listTextHighLightColor =0
16+
popMenuTextColor =0x4E73
17+
popMenuTextHighLightColor =0x7FFF
18+
popMenuBarColor =0x3DEF
19+
20+
[start button]
21+
x =2
22+
y =172
23+
w = 48
24+
h = 18
25+
textColor =0x7FFF
26+
file = none
27+
28+
[start menu]
29+
x =0
30+
y =32
31+
itemX =2
32+
itemY =6
33+
barLeft =0
34+
itemWidth =88
35+
itemHeight =16
36+
37+
[brightness btn]
38+
x =240
39+
y =1
40+
w =16
41+
h =16
42+
43+
[folderup btn]
44+
x =2
45+
y =0
46+
w =40
47+
h =16
48+
49+
[disk icon]
50+
x =236
51+
y =173
52+
53+
[main list]textColor =0x7FFF
54+
textColorHilight =0x7FFF
55+
selectionBarColor1 =0x0C63
56+
selectionBarColor2 =0x0C63
57+
58+
[big clock]
59+
x =120
60+
y =147
61+
show =1
62+
63+
[calendar year]
64+
x =56
65+
y =29
66+
show =0
67+
68+
[calendar month]
69+
x =10
70+
y =29
71+
show =0
72+
73+
[calendar day]
74+
x =136
75+
y =37
76+
show =0
77+
hightlightColor =0x0C0F
78+
dw =16
79+
dh =14
80+
81+
[folder text]
82+
x =25
83+
y =2
84+
w =160
85+
h =16
86+
color =0x2D6B
87+
88+
[setting window]
89+
spinBoxWidth =108
90+
91+
[rom info window]
92+
w =220
93+
h =144
94+
95+
[help window]
96+
w =200
97+
h =160
98+
99+
End
96.1 KB
Binary file not shown.
17 KB
Binary file not shown.
566 Bytes
Binary file not shown.
3.29 KB
Binary file not shown.
3.99 KB
Binary file not shown.
5.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
566 Bytes
Binary file not shown.
254 Bytes
Binary file not shown.
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[user name]
2+
x=22
3+
y=0
4+
color=0x0398
5+
show=0
6+
[custom text]
7+
text=User Text
8+
x=80
9+
y=0
10+
w=256
11+
h=16
12+
color=0x7FFF
13+
show=0
14+
[custom picture]
15+
file=no file
16+
x=0
17+
y=0
18+
show=0
446 Bytes
Binary file not shown.
96.1 KB
Binary file not shown.
24.7 KB
Binary file not shown.
6.38 KB
Binary file not shown.
26.5 KB
Binary file not shown.
702 Bytes
Binary file not shown.
702 Bytes
Binary file not shown.
254 Bytes
Binary file not shown.
118 Bytes
Binary file not shown.
182 Bytes
Binary file not shown.
182 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,99 @@
1+
[global settings]
2+
formFrameColor =0x1CE7
3+
formBodyColor =0x0000
4+
formTextColor =0x7FFF
5+
formTitleTextColor =0x7FFF
6+
buttonTextColor =0x0000
7+
spinBoxNormalColor =0x6318
8+
spinBoxFocusColor =0x1CE7
9+
spinBoxFrameColor =0x3DEF
10+
spinBoxTextColor =0x0000
11+
spinBoxTextHiLightColor =0x7FFF
12+
listViewBarColor1 =0x4d60
13+
listViewVarColor2 =0x24a0
14+
listTextColor =0
15+
listTextHighLightColor =0
16+
popMenuTextColor =0x4E73
17+
popMenuTextHighLightColor =0x7FFF
18+
popMenuBarColor =0x3DEF
19+
20+
[start button]
21+
x =14
22+
y =172
23+
w = 48
24+
h = 18
25+
textColor =0x7FFF
26+
file = none
27+
28+
[start menu]
29+
x =0
30+
y =32
31+
itemX =2
32+
itemY =6
33+
barLeft =0
34+
itemWidth =88
35+
itemHeight =16
36+
37+
[brightness btn]
38+
x =240
39+
y =1
40+
w =16
41+
h =16
42+
43+
[folderup btn]
44+
x =2
45+
y =0
46+
w =40
47+
h =16
48+
49+
[disk icon]
50+
x =236
51+
y =173
52+
53+
[main list]textColor =0x7FFF
54+
textColorHilight =0x7FFF
55+
selectionBarColor1 =0x0C63
56+
selectionBarColor2 =0x0C63
57+
58+
[big clock]
59+
x =120
60+
y =147
61+
show =1
62+
63+
[calendar year]
64+
x =56
65+
y =29
66+
show =0
67+
68+
[calendar month]
69+
x =10
70+
y =29
71+
show =0
72+
73+
[calendar day]
74+
x =136
75+
y =37
76+
show =0
77+
hightlightColor =0x0C0F
78+
dw =16
79+
dh =14
80+
81+
[folder text]
82+
x =25
83+
y =2
84+
w =160
85+
h =16
86+
color =0x2D6B
87+
88+
[setting window]
89+
spinBoxWidth =108
90+
91+
[rom info window]
92+
w =220
93+
h =144
94+
95+
[help window]
96+
w =200
97+
h =160
98+
99+
End
96.1 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)