Skip to content

Commit 0783c60

Browse files
committed
Lhea's modern-style type icons
1 parent 5ddb704 commit 0783c60

31 files changed

+93
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Lhea's Modern-Styled Type Icons
2+
3+
A set of type icons based on icons made by [Squid Eevee](https://www.spriters-resource.com/custom_edited/pokemoncustoms/sheet/170390/). Includes contest categories.
4+
5+
![preview](preview.png)
6+
7+
Note that these icons do ***NOT*** respect the palettes included in `pokeemerald`
8+
and `pokeemerald-expansion` projects by default. If you wish to maintain the
9+
vanilla palettes for any reason, then you can extract these icons to a separate
10+
folder under `graphics` (e.g., `graphics/types_modern`), then make the following
11+
modifications to `graphics_file_rules.mk`:
12+
13+
```diff
14+
TYPESGFXDIR := graphics/types
15+
+TYPESMODERNGFXDIR := graphics/types_modern
16+
RAYQUAZAGFXDIR := graphics/rayquaza_scene
17+
```
18+
19+
```diff
20+
$(TYPESGFXDIR)/move_types.gbapal: $(TYPESGFXDIR)/move_types_1.gbapal \
21+
$(TYPESGFXDIR)/move_types_2.gbapal \
22+
$(TYPESGFXDIR)/move_types_3.gbapal
23+
@cat $^ >$@
24+
25+
+$(TYPESMODERNGFXDIR)/move_types.4bpp: $(types:%=$(TYPESMODERNGFXDIR)/%.4bpp) $(contest_types:%=$(TYPESMODERNGFXDIR)/contest_%.4bpp)
26+
+ @cat $^ >$@
27+
+
28+
+$(TYPESMODERNGFXDIR)/move_types.gbapal: $(TYPESMODERNGFXDIR)/move_types_1.gbapal \
29+
+ $(TYPESMODERNGFXDIR)/move_types_2.gbapal \
30+
+ $(TYPESMODERNGFXDIR)/move_types_3.gbapal
31+
+ @cat $^ >$@
32+
+
33+
graphics/bag/menu.4bpp: %.4bpp: %.png
34+
$(GFX) $< $@ -num_tiles 53 -Wnum_tiles
35+
```
36+
237 Bytes
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
241 Bytes
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
JASC-PAL
2+
0100
3+
16
4+
0 0 0
5+
255 255 255
6+
56 56 56
7+
144 153 161
8+
206 64 105
9+
165 115 60
10+
199 183 139
11+
90 142 161
12+
229 97 62
13+
243 210 59
14+
90 83 102
15+
0 0 0
16+
0 0 0
17+
0 0 0
18+
0 0 0
19+
0 0 0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
JASC-PAL
2+
0100
3+
16
4+
0 0 0
5+
255 255 255
6+
56 56 56
7+
143 168 221
8+
171 106 200
9+
82 105 172
10+
48 154 226
11+
249 113 118
12+
116 206 192
13+
236 143 230
14+
0 0 0
15+
0 0 0
16+
0 0 0
17+
0 0 0
18+
0 0 0
19+
0 0 0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
JASC-PAL
2+
0100
3+
16
4+
0 0 0
5+
255 255 255
6+
56 56 56
7+
249 113 118
8+
229 97 62
9+
229 47 57
10+
206 64 105
11+
243 146 59
12+
243 210 59
13+
144 193 44
14+
99 187 91
15+
112 200 176
16+
48 154 226
17+
10 109 196
18+
56 49 163
19+
127 49 163
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)