Merge branch 'pokemon_expansion' of github.com:rh-hideout/pokeemerald-expansion into master_sync
2
Makefile
@ -218,6 +218,8 @@ include songs.mk
|
||||
%.gbapal: %.png ; $(GFX) $< $@
|
||||
%.lz: % ; $(GFX) $< $@
|
||||
%.rl: % ; $(GFX) $< $@
|
||||
|
||||
$(CRY_SUBDIR)/uncomp_%.bin: $(CRY_SUBDIR)/uncomp_%.aif ; $(AIF) $< $@
|
||||
$(CRY_SUBDIR)/%.bin: $(CRY_SUBDIR)/%.aif ; $(AIF) $< $@ --compress
|
||||
sound/%.bin: sound/%.aif ; $(AIF) $< $@
|
||||
|
||||
|
@ -150,3 +150,15 @@
|
||||
.4byte \sample
|
||||
.byte 0xff, 0, 0xff, 0
|
||||
.endm
|
||||
|
||||
.macro cry_uncomp sample @ not compressed
|
||||
.byte 0x0, 60, 0, 0
|
||||
.4byte \sample
|
||||
.byte 0xff, 0, 0xff, 0
|
||||
.endm
|
||||
|
||||
.macro cry2_uncomp sample @ not compressed
|
||||
.byte 0x10, 60, 0, 0
|
||||
.4byte \sample
|
||||
.byte 0xff, 0, 0xff, 0
|
||||
.endm
|
||||
|
BIN
graphics/pokemon/abomasnow/anim_front.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
graphics/pokemon/abomasnow/back.png
Normal file
After Width: | Height: | Size: 834 B |
BIN
graphics/pokemon/abomasnow/footprint.png
Normal file
After Width: | Height: | Size: 288 B |
BIN
graphics/pokemon/abomasnow/front.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
graphics/pokemon/abomasnow/icon.png
Normal file
After Width: | Height: | Size: 393 B |
19
graphics/pokemon/abomasnow/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
48 80 88
|
||||
112 160 144
|
||||
16 16 16
|
||||
64 120 112
|
||||
88 104 136
|
||||
248 248 248
|
||||
200 200 224
|
||||
168 168 192
|
||||
168 104 192
|
||||
128 72 144
|
||||
216 168 208
|
||||
152 144 176
|
||||
16 16 16
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/abomasnow/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
40 56 120
|
||||
80 136 168
|
||||
16 16 16
|
||||
56 88 152
|
||||
88 112 120
|
||||
248 248 248
|
||||
192 208 216
|
||||
160 176 192
|
||||
144 104 224
|
||||
80 48 176
|
||||
216 152 240
|
||||
144 152 176
|
||||
32 40 48
|
||||
0 0 0
|
||||
0 0 0
|
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 981 B |
Before Width: | Height: | Size: 616 B After Width: | Height: | Size: 620 B |
Before Width: | Height: | Size: 585 B After Width: | Height: | Size: 667 B |
Before Width: | Height: | Size: 327 B After Width: | Height: | Size: 368 B |
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
246 246 246
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 0 255
|
||||
213 180 82
|
||||
172 131 41
|
||||
148 106 16
|
||||
98 49 0
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 255 123
|
||||
255 238 41
|
||||
213 180 0
|
||||
139 98 0
|
||||
152 208 160
|
||||
88 56 8
|
||||
120 96 24
|
||||
240 208 80
|
||||
64 48 40
|
||||
192 160 56
|
||||
248 232 168
|
||||
152 120 32
|
||||
160 128 112
|
||||
16 16 16
|
||||
104 80 72
|
||||
208 176 80
|
||||
176 160 152
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
|
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
246 246 246
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 0 255
|
||||
205 180 180
|
||||
172 148 148
|
||||
148 115 123
|
||||
106 49 123
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 255 222
|
||||
255 255 115
|
||||
246 180 41
|
||||
164 82 0
|
||||
152 208 160
|
||||
136 80 24
|
||||
168 104 40
|
||||
248 240 128
|
||||
88 48 56
|
||||
232 200 48
|
||||
248 240 216
|
||||
200 152 32
|
||||
184 136 144
|
||||
16 16 16
|
||||
136 96 104
|
||||
208 176 80
|
||||
216 176 184
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 673 B After Width: | Height: | Size: 647 B |
Before Width: | Height: | Size: 890 B After Width: | Height: | Size: 903 B |
Before Width: | Height: | Size: 371 B After Width: | Height: | Size: 359 B |
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
123 156 180
|
||||
255 255 255
|
||||
222 222 238
|
||||
197 197 213
|
||||
148 148 172
|
||||
255 123 115
|
||||
205 41 32
|
||||
123 41 49
|
||||
172 172 205
|
||||
131 131 172
|
||||
90 90 131
|
||||
41 57 57
|
||||
148 164 164
|
||||
115 131 131
|
||||
82 98 98
|
||||
152 208 160
|
||||
48 72 112
|
||||
24 32 56
|
||||
104 120 176
|
||||
72 88 128
|
||||
16 16 16
|
||||
128 144 176
|
||||
248 248 248
|
||||
88 96 120
|
||||
168 176 224
|
||||
200 224 248
|
||||
120 56 56
|
||||
208 56 64
|
||||
224 136 144
|
||||
0 0 0
|
||||
0 0 0
|
||||
|
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
123 156 180
|
||||
255 255 255
|
||||
238 222 230
|
||||
222 189 213
|
||||
197 156 189
|
||||
49 180 255
|
||||
0 115 189
|
||||
123 41 49
|
||||
172 172 205
|
||||
131 131 172
|
||||
90 90 131
|
||||
41 57 57
|
||||
205 115 98
|
||||
172 82 65
|
||||
131 41 24
|
||||
152 208 160
|
||||
160 56 48
|
||||
88 24 24
|
||||
224 136 120
|
||||
200 104 88
|
||||
16 16 16
|
||||
176 144 192
|
||||
248 248 248
|
||||
120 88 136
|
||||
208 176 224
|
||||
232 216 240
|
||||
56 112 104
|
||||
48 160 144
|
||||
136 208 216
|
||||
0 0 0
|
||||
0 0 0
|
||||
|
BIN
graphics/pokemon/accelgor/anim_front.png
Normal file
After Width: | Height: | Size: 997 B |
BIN
graphics/pokemon/accelgor/back.png
Normal file
After Width: | Height: | Size: 788 B |
BIN
graphics/pokemon/accelgor/footprint.png
Normal file
After Width: | Height: | Size: 218 B |
BIN
graphics/pokemon/accelgor/front.png
Normal file
After Width: | Height: | Size: 728 B |
BIN
graphics/pokemon/accelgor/icon.png
Normal file
After Width: | Height: | Size: 387 B |
19
graphics/pokemon/accelgor/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
112 40 48
|
||||
168 64 80
|
||||
248 96 120
|
||||
16 16 16
|
||||
168 128 104
|
||||
112 200 112
|
||||
80 136 72
|
||||
32 40 48
|
||||
40 56 80
|
||||
112 136 184
|
||||
88 104 128
|
||||
184 184 200
|
||||
248 248 248
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/accelgor/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
112 72 16
|
||||
168 120 40
|
||||
248 192 72
|
||||
16 16 16
|
||||
248 128 96
|
||||
248 72 120
|
||||
184 48 96
|
||||
56 40 24
|
||||
48 48 48
|
||||
128 128 128
|
||||
80 80 80
|
||||
184 184 200
|
||||
248 248 248
|
||||
0 0 0
|
||||
0 0 0
|
BIN
graphics/pokemon/aegislash/back.png
Normal file
After Width: | Height: | Size: 582 B |
BIN
graphics/pokemon/aegislash/blade/back.png
Normal file
After Width: | Height: | Size: 560 B |
BIN
graphics/pokemon/aegislash/blade/front.png
Normal file
After Width: | Height: | Size: 914 B |
BIN
graphics/pokemon/aegislash/blade/icon.png
Normal file
After Width: | Height: | Size: 518 B |
19
graphics/pokemon/aegislash/blade/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 56 48
|
||||
232 224 128
|
||||
16 16 16
|
||||
248 248 248
|
||||
144 128 80
|
||||
176 160 88
|
||||
40 40 48
|
||||
128 112 200
|
||||
80 72 112
|
||||
152 152 152
|
||||
72 72 72
|
||||
152 128 80
|
||||
192 176 128
|
||||
240 240 240
|
||||
0 0 0
|
19
graphics/pokemon/aegislash/blade/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
40 40 48
|
||||
136 136 136
|
||||
16 16 16
|
||||
248 248 248
|
||||
64 64 64
|
||||
88 88 88
|
||||
40 40 48
|
||||
248 224 96
|
||||
144 136 56
|
||||
176 48 48
|
||||
72 8 24
|
||||
152 128 80
|
||||
192 176 128
|
||||
248 88 88
|
||||
0 0 0
|
BIN
graphics/pokemon/aegislash/front.png
Normal file
After Width: | Height: | Size: 882 B |
BIN
graphics/pokemon/aegislash/icon.png
Normal file
After Width: | Height: | Size: 451 B |
19
graphics/pokemon/aegislash/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 56 48
|
||||
232 224 128
|
||||
16 16 16
|
||||
248 248 248
|
||||
144 128 80
|
||||
176 160 88
|
||||
40 40 48
|
||||
128 112 200
|
||||
80 72 112
|
||||
152 152 152
|
||||
72 72 72
|
||||
192 176 128
|
||||
152 128 80
|
||||
240 240 240
|
||||
0 0 0
|
19
graphics/pokemon/aegislash/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
40 40 48
|
||||
136 136 136
|
||||
16 16 16
|
||||
248 248 248
|
||||
64 64 64
|
||||
88 88 88
|
||||
40 40 48
|
||||
248 224 96
|
||||
144 136 56
|
||||
176 48 48
|
||||
72 8 24
|
||||
192 176 128
|
||||
152 128 80
|
||||
248 88 88
|
||||
0 0 0
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 602 B After Width: | Height: | Size: 580 B |
Before Width: | Height: | Size: 923 B After Width: | Height: | Size: 961 B |
Before Width: | Height: | Size: 369 B After Width: | Height: | Size: 403 B |
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
213 213 189
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 0 255
|
||||
197 139 205
|
||||
148 98 180
|
||||
115 65 148
|
||||
65 16 98
|
||||
222 98 98
|
||||
139 49 49
|
||||
152 208 160
|
||||
120 104 128
|
||||
72 56 80
|
||||
184 184 224
|
||||
152 144 160
|
||||
128 96 144
|
||||
152 120 184
|
||||
176 136 208
|
||||
16 16 16
|
||||
238 246 255
|
||||
205 213 222
|
||||
148 172 180
|
||||
49 82 90
|
||||
255 255 255
|
||||
248 248 248
|
||||
200 200 200
|
||||
56 112 80
|
||||
104 56 72
|
||||
168 112 120
|
||||
224 160 160
|
||||
72 56 80
|
||||
|
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
213 213 189
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 0 255
|
||||
98 148 255
|
||||
65 115 230
|
||||
16 65 180
|
||||
24 24 106
|
||||
222 98 98
|
||||
139 49 49
|
||||
152 208 160
|
||||
168 104 168
|
||||
96 56 88
|
||||
248 192 240
|
||||
208 152 200
|
||||
64 72 176
|
||||
88 120 248
|
||||
112 152 248
|
||||
16 16 16
|
||||
255 222 255
|
||||
238 180 230
|
||||
180 123 180
|
||||
123 57 131
|
||||
255 255 255
|
||||
248 248 248
|
||||
200 200 200
|
||||
48 112 40
|
||||
128 40 72
|
||||
200 56 72
|
||||
224 136 152
|
||||
40 32 136
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 860 B After Width: | Height: | Size: 779 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 367 B After Width: | Height: | Size: 450 B |
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
148 172 156
|
||||
74 74 65
|
||||
106 106 106
|
||||
139 139 139
|
||||
172 172 172
|
||||
57 57 65
|
||||
123 106 106
|
||||
156 139 139
|
||||
189 172 172
|
||||
222 205 205
|
||||
255 255 255
|
||||
172 57 74
|
||||
222 106 106
|
||||
255 131 131
|
||||
106 189 255
|
||||
152 208 160
|
||||
112 128 144
|
||||
80 96 104
|
||||
16 16 16
|
||||
248 248 248
|
||||
192 200 200
|
||||
152 160 176
|
||||
160 168 160
|
||||
72 168 208
|
||||
128 128 136
|
||||
104 104 104
|
||||
64 64 80
|
||||
160 104 128
|
||||
224 168 192
|
||||
192 200 200
|
||||
0 0 0
|
||||
|
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
148 172 156
|
||||
32 90 90
|
||||
65 123 115
|
||||
90 156 148
|
||||
148 197 205
|
||||
74 41 24
|
||||
123 123 90
|
||||
156 156 123
|
||||
189 189 156
|
||||
222 222 197
|
||||
255 255 255
|
||||
172 57 74
|
||||
222 106 106
|
||||
255 131 131
|
||||
255 123 82
|
||||
152 208 160
|
||||
144 152 120
|
||||
112 112 80
|
||||
16 16 16
|
||||
248 248 248
|
||||
208 208 176
|
||||
168 176 136
|
||||
160 216 208
|
||||
248 96 136
|
||||
112 176 176
|
||||
88 152 136
|
||||
64 104 96
|
||||
168 72 88
|
||||
216 136 136
|
||||
192 200 200
|
||||
0 0 0
|
||||
|
Before Width: | Height: | Size: 924 B After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 592 B After Width: | Height: | Size: 754 B |
Before Width: | Height: | Size: 639 B After Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 399 B After Width: | Height: | Size: 380 B |
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
205 205 172
|
||||
255 255 255
|
||||
213 131 255
|
||||
180 98 230
|
||||
139 57 180
|
||||
82 32 106
|
||||
255 246 197
|
||||
255 238 164
|
||||
238 197 90
|
||||
197 156 82
|
||||
139 106 65
|
||||
255 0 255
|
||||
213 213 213
|
||||
123 123 123
|
||||
90 90 90
|
||||
152 208 160
|
||||
120 72 128
|
||||
88 32 96
|
||||
184 128 192
|
||||
152 96 184
|
||||
16 16 16
|
||||
152 136 104
|
||||
208 184 128
|
||||
248 232 176
|
||||
248 248 248
|
||||
80 144 152
|
||||
40 104 120
|
||||
120 104 72
|
||||
168 168 160
|
||||
0 0 0
|
||||
0 0 0
|
||||
|
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
205 205 172
|
||||
255 255 255
|
||||
255 131 164
|
||||
230 98 139
|
||||
189 57 106
|
||||
115 32 65
|
||||
255 238 230
|
||||
255 222 213
|
||||
238 189 180
|
||||
222 123 131
|
||||
189 82 90
|
||||
255 0 255
|
||||
213 213 213
|
||||
123 123 123
|
||||
90 90 90
|
||||
152 208 160
|
||||
200 56 128
|
||||
144 24 64
|
||||
240 128 176
|
||||
224 96 152
|
||||
16 16 16
|
||||
224 120 96
|
||||
248 168 160
|
||||
248 216 192
|
||||
248 248 248
|
||||
168 168 160
|
||||
88 88 88
|
||||
152 80 64
|
||||
168 168 160
|
||||
0 0 0
|
||||
0 0 0
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 864 B After Width: | Height: | Size: 808 B |
Before Width: | Height: | Size: 839 B After Width: | Height: | Size: 967 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 492 B |
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
230 230 230
|
||||
255 255 255
|
||||
222 222 222
|
||||
180 180 180
|
||||
90 90 90
|
||||
213 180 82
|
||||
172 131 41
|
||||
139 98 16
|
||||
98 49 0
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 255 123
|
||||
255 238 41
|
||||
213 180 0
|
||||
139 98 0
|
||||
152 208 160
|
||||
120 96 24
|
||||
240 208 88
|
||||
192 160 56
|
||||
16 16 16
|
||||
248 232 168
|
||||
104 72 80
|
||||
56 32 48
|
||||
200 184 168
|
||||
160 128 112
|
||||
88 88 88
|
||||
248 248 248
|
||||
176 176 168
|
||||
216 216 208
|
||||
96 96 88
|
||||
112 88 8
|
||||
|
@ -1,19 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
230 230 230
|
||||
255 255 255
|
||||
222 222 222
|
||||
180 180 180
|
||||
90 90 90
|
||||
230 123 189
|
||||
189 82 148
|
||||
131 41 106
|
||||
82 0 41
|
||||
255 0 255
|
||||
255 0 255
|
||||
255 205 74
|
||||
213 172 0
|
||||
172 115 0
|
||||
123 32 0
|
||||
152 208 160
|
||||
160 104 0
|
||||
240 208 32
|
||||
200 144 24
|
||||
16 16 16
|
||||
248 232 128
|
||||
152 48 112
|
||||
112 16 80
|
||||
248 144 224
|
||||
200 88 160
|
||||
88 88 88
|
||||
248 248 248
|
||||
176 176 176
|
||||
216 216 216
|
||||
88 88 88
|
||||
112 88 8
|
||||
|
BIN
graphics/pokemon/alcremie/back.png
Normal file
After Width: | Height: | Size: 689 B |
BIN
graphics/pokemon/alcremie/caramel_swirl/back.png
Normal file
After Width: | Height: | Size: 688 B |
BIN
graphics/pokemon/alcremie/caramel_swirl/front.png
Normal file
After Width: | Height: | Size: 805 B |
19
graphics/pokemon/alcremie/caramel_swirl/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
144 112 72
|
||||
248 248 248
|
||||
232 168 96
|
||||
200 168 120
|
||||
16 16 16
|
||||
248 232 184
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
168 176 176
|
||||
248 248 248
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/alcremie/caramel_swirl/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 80 72
|
||||
248 248 248
|
||||
88 88 96
|
||||
128 128 128
|
||||
16 16 16
|
||||
152 152 152
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
168 176 176
|
||||
216 216 216
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
BIN
graphics/pokemon/alcremie/front.png
Normal file
After Width: | Height: | Size: 745 B |
BIN
graphics/pokemon/alcremie/lemon_cream/back.png
Normal file
After Width: | Height: | Size: 688 B |
BIN
graphics/pokemon/alcremie/lemon_cream/front.png
Normal file
After Width: | Height: | Size: 805 B |
19
graphics/pokemon/alcremie/lemon_cream/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
112 120 24
|
||||
248 248 248
|
||||
232 224 0
|
||||
208 184 72
|
||||
16 16 16
|
||||
248 248 152
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
168 176 176
|
||||
248 248 248
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/alcremie/lemon_cream/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 80 72
|
||||
248 248 248
|
||||
88 88 96
|
||||
128 128 128
|
||||
16 16 16
|
||||
152 152 152
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
168 176 176
|
||||
216 216 216
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
BIN
graphics/pokemon/alcremie/matcha_cream/back.png
Normal file
After Width: | Height: | Size: 747 B |
BIN
graphics/pokemon/alcremie/matcha_cream/front.png
Normal file
After Width: | Height: | Size: 805 B |
19
graphics/pokemon/alcremie/matcha_cream/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
104 128 80
|
||||
232 248 200
|
||||
192 224 96
|
||||
176 208 152
|
||||
16 16 16
|
||||
232 248 208
|
||||
248 248 248
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
224 248 200
|
||||
176 208 152
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/alcremie/matcha_cream/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 80 72
|
||||
248 248 248
|
||||
88 88 96
|
||||
128 128 128
|
||||
16 16 16
|
||||
152 152 152
|
||||
216 216 216
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
248 248 248
|
||||
168 176 176
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
BIN
graphics/pokemon/alcremie/mint_cream/back.png
Normal file
After Width: | Height: | Size: 688 B |
BIN
graphics/pokemon/alcremie/mint_cream/front.png
Normal file
After Width: | Height: | Size: 806 B |
19
graphics/pokemon/alcremie/mint_cream/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 112 128
|
||||
248 248 248
|
||||
112 208 200
|
||||
152 168 176
|
||||
16 16 16
|
||||
208 240 232
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
168 176 176
|
||||
176 176 176
|
||||
248 248 248
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/alcremie/mint_cream/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 80 72
|
||||
248 248 248
|
||||
88 88 96
|
||||
128 128 128
|
||||
16 16 16
|
||||
152 152 152
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
168 176 176
|
||||
168 176 176
|
||||
216 216 216
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/alcremie/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
128 80 88
|
||||
248 224 200
|
||||
240 136 144
|
||||
208 160 176
|
||||
16 16 16
|
||||
248 224 208
|
||||
248 248 248
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
208 160 168
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
BIN
graphics/pokemon/alcremie/rainbow_swirl/back.png
Normal file
After Width: | Height: | Size: 755 B |
BIN
graphics/pokemon/alcremie/rainbow_swirl/front.png
Normal file
After Width: | Height: | Size: 769 B |
19
graphics/pokemon/alcremie/rainbow_swirl/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
120 88 64
|
||||
240 160 168
|
||||
216 144 88
|
||||
208 192 120
|
||||
16 16 16
|
||||
248 248 184
|
||||
248 248 248
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
248 248 112
|
||||
216 192 40
|
||||
176 232 224
|
||||
128 160 168
|
||||
208 128 136
|
19
graphics/pokemon/alcremie/rainbow_swirl/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 80 72
|
||||
248 248 248
|
||||
88 88 96
|
||||
128 128 128
|
||||
16 16 16
|
||||
152 152 152
|
||||
216 216 216
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
248 248 248
|
||||
168 176 176
|
||||
248 248 248
|
||||
168 176 176
|
||||
168 176 176
|
BIN
graphics/pokemon/alcremie/ruby_cream/back.png
Normal file
After Width: | Height: | Size: 693 B |
BIN
graphics/pokemon/alcremie/ruby_cream/front.png
Normal file
After Width: | Height: | Size: 809 B |
19
graphics/pokemon/alcremie/ruby_cream/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
128 80 112
|
||||
240 200 208
|
||||
232 112 192
|
||||
200 152 184
|
||||
16 16 16
|
||||
248 248 248
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
240 200 200
|
||||
200 144 184
|
||||
200 152 192
|
||||
240 200 208
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/alcremie/ruby_cream/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 80 72
|
||||
248 248 248
|
||||
88 88 96
|
||||
128 128 128
|
||||
16 16 16
|
||||
216 216 216
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
248 248 248
|
||||
168 176 176
|
||||
168 176 176
|
||||
152 152 152
|
||||
0 0 0
|
||||
0 0 0
|
BIN
graphics/pokemon/alcremie/ruby_swirl/back.png
Normal file
After Width: | Height: | Size: 691 B |
BIN
graphics/pokemon/alcremie/ruby_swirl/front.png
Normal file
After Width: | Height: | Size: 753 B |
19
graphics/pokemon/alcremie/ruby_swirl/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
128 96 80
|
||||
248 176 192
|
||||
240 192 128
|
||||
208 184 160
|
||||
16 16 16
|
||||
248 240 208
|
||||
248 248 248
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
248 176 184
|
||||
224 120 128
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/alcremie/ruby_swirl/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 80 72
|
||||
248 248 248
|
||||
88 88 96
|
||||
128 128 128
|
||||
16 16 16
|
||||
152 152 152
|
||||
216 216 216
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
248 248 248
|
||||
168 176 176
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
BIN
graphics/pokemon/alcremie/salted_cream/back.png
Normal file
After Width: | Height: | Size: 688 B |
BIN
graphics/pokemon/alcremie/salted_cream/front.png
Normal file
After Width: | Height: | Size: 804 B |
19
graphics/pokemon/alcremie/salted_cream/normal.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
88 88 88
|
||||
248 248 248
|
||||
112 208 200
|
||||
176 176 176
|
||||
16 16 16
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
168 176 176
|
||||
248 248 248
|
||||
248 248 248
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/alcremie/salted_cream/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 80 72
|
||||
248 248 248
|
||||
88 88 96
|
||||
128 128 128
|
||||
16 16 16
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
168 176 176
|
||||
152 152 152
|
||||
216 216 216
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
19
graphics/pokemon/alcremie/shiny.pal
Normal file
@ -0,0 +1,19 @@
|
||||
JASC-PAL
|
||||
0100
|
||||
16
|
||||
152 208 160
|
||||
72 80 72
|
||||
248 248 248
|
||||
88 88 96
|
||||
128 128 128
|
||||
16 16 16
|
||||
152 152 152
|
||||
216 216 216
|
||||
136 32 56
|
||||
248 88 112
|
||||
192 48 72
|
||||
168 176 176
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
||||
0 0 0
|
BIN
graphics/pokemon/alolan_diglett/back.png
Executable file
After Width: | Height: | Size: 398 B |
BIN
graphics/pokemon/alolan_diglett/front.png
Executable file
After Width: | Height: | Size: 451 B |