summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2016-06-14 17:27:21 -0400
committerYamaArashi <shadow962@live.com>2016-06-14 14:27:21 -0700
commitf2654a380e46152f2624174e8087b6998cccb91b (patch)
tree7556ca6a85eab04f07fcb188059071c42ed2d668 /graphics
parentabf89edae8dc5cd52428144288faef077999a910 (diff)
Dump graphics from graphics.s (#7)
* dump rom header as bytes * dissassemble egg hatching animation image * dissassemble gba picture for trading and its palette * split egg images and add dissassemble trade shadow * dump menu graphics and palette - requires precompressed files due to broken gbagfx * fix menu graphics and include palette * update makefile because it didnt want to include makefile in commit * dump unused character table * finish fixing menu concatenation * dump open pokeball graphic * dissassemble pokeball icons * rename openball file * dump rest of D019E4 as unknown bins and graphic * dissassemble gBattleAnimPicTable
Diffstat (limited to 'graphics')
-rwxr-xr-xgraphics/interface/ball/dive.pal19
-rwxr-xr-xgraphics/interface/ball/dive.pngbin0 -> 326 bytes
-rwxr-xr-xgraphics/interface/ball/great.pal19
-rwxr-xr-xgraphics/interface/ball/great.pngbin0 -> 257 bytes
-rwxr-xr-xgraphics/interface/ball/luxury.pal19
-rwxr-xr-xgraphics/interface/ball/luxury.pngbin0 -> 350 bytes
-rwxr-xr-xgraphics/interface/ball/master.pal19
-rwxr-xr-xgraphics/interface/ball/master.pngbin0 -> 260 bytes
-rwxr-xr-xgraphics/interface/ball/nest.pal19
-rwxr-xr-xgraphics/interface/ball/nest.pngbin0 -> 266 bytes
-rwxr-xr-xgraphics/interface/ball/net.pal19
-rwxr-xr-xgraphics/interface/ball/net.pngbin0 -> 246 bytes
-rwxr-xr-xgraphics/interface/ball/poke.pal19
-rwxr-xr-xgraphics/interface/ball/poke.pngbin0 -> 249 bytes
-rwxr-xr-xgraphics/interface/ball/premier.pal19
-rwxr-xr-xgraphics/interface/ball/premier.pngbin0 -> 289 bytes
-rwxr-xr-xgraphics/interface/ball/repeat.pal19
-rwxr-xr-xgraphics/interface/ball/repeat.pngbin0 -> 257 bytes
-rwxr-xr-xgraphics/interface/ball/safari.pal19
-rwxr-xr-xgraphics/interface/ball/safari.pngbin0 -> 259 bytes
-rwxr-xr-xgraphics/interface/ball/timer.pal19
-rwxr-xr-xgraphics/interface/ball/timer.pngbin0 -> 296 bytes
-rwxr-xr-xgraphics/interface/ball/ultra.pal19
-rwxr-xr-xgraphics/interface/ball/ultra.pngbin0 -> 248 bytes
-rwxr-xr-xgraphics/interface/ball_open.pal19
-rwxr-xr-xgraphics/interface/ball_open.pngbin0 -> 215 bytes
-rwxr-xr-xgraphics/interface/gba.pal19
-rwxr-xr-xgraphics/interface/gba.pngbin0 -> 1039 bytes
-rwxr-xr-xgraphics/interface/menu.lzbin0 -> 1248 bytes
-rwxr-xr-xgraphics/interface/menu.pal35
-rwxr-xr-xgraphics/interface/menu.pngbin0 -> 487 bytes
-rwxr-xr-xgraphics/interface/menu_0.pal19
-rwxr-xr-xgraphics/interface/menu_1.pal19
-rwxr-xr-xgraphics/interface/trade_shadow.pal19
-rwxr-xr-xgraphics/interface/trade_shadow.pngbin0 -> 231 bytes
-rwxr-xr-xgraphics/pokemon/egg/egg_crumble.pngbin0 -> 189 bytes
-rwxr-xr-xgraphics/pokemon/egg/egg_hatch.pngbin0 -> 469 bytes
-rwxr-xr-xgraphics/unused/old.pngbin0 -> 1801 bytes
-rwxr-xr-xgraphics/unused/unknown_D021BC.binbin0 -> 556 bytes
-rwxr-xr-xgraphics/unused/unknown_D023E8.binbin0 -> 40 bytes
-rwxr-xr-xgraphics/unused/unknown_D02410.pngbin0 -> 209 bytes
-rwxr-xr-xgraphics/unused/unknown_D024F0.binbin0 -> 24 bytes
42 files changed, 358 insertions, 0 deletions
diff --git a/graphics/interface/ball/dive.pal b/graphics/interface/ball/dive.pal
new file mode 100755
index 000000000..1bd07d69d
--- /dev/null
+++ b/graphics/interface/ball/dive.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+90 139 222
+115 164 230
+148 197 238
+180 230 255
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+0 90 156
+24 106 172
+57 123 197
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/dive.png b/graphics/interface/ball/dive.png
new file mode 100755
index 000000000..5be9b1ed6
--- /dev/null
+++ b/graphics/interface/ball/dive.png
Binary files differ
diff --git a/graphics/interface/ball/great.pal b/graphics/interface/ball/great.pal
new file mode 100755
index 000000000..f19aa5e4a
--- /dev/null
+++ b/graphics/interface/ball/great.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+98 139 180
+123 156 222
+148 180 222
+180 205 230
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+189 41 90
+222 65 115
+255 98 139
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/great.png b/graphics/interface/ball/great.png
new file mode 100755
index 000000000..0c054d7d3
--- /dev/null
+++ b/graphics/interface/ball/great.png
Binary files differ
diff --git a/graphics/interface/ball/luxury.pal b/graphics/interface/ball/luxury.pal
new file mode 100755
index 000000000..a49399d01
--- /dev/null
+++ b/graphics/interface/ball/luxury.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+49 49 41
+90 90 82
+131 131 123
+180 172 164
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+255 255 156
+255 222 106
+255 189 57
+255 156 8
+230 74 24
+180 74 24
+255 255 255
diff --git a/graphics/interface/ball/luxury.png b/graphics/interface/ball/luxury.png
new file mode 100755
index 000000000..8056416b2
--- /dev/null
+++ b/graphics/interface/ball/luxury.png
Binary files differ
diff --git a/graphics/interface/ball/master.pal b/graphics/interface/ball/master.pal
new file mode 100755
index 000000000..72247849b
--- /dev/null
+++ b/graphics/interface/ball/master.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+115 16 156
+139 41 172
+164 65 189
+189 90 205
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+255 98 139
+255 148 172
+255 197 213
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/master.png b/graphics/interface/ball/master.png
new file mode 100755
index 000000000..9787a8896
--- /dev/null
+++ b/graphics/interface/ball/master.png
Binary files differ
diff --git a/graphics/interface/ball/nest.pal b/graphics/interface/ball/nest.pal
new file mode 100755
index 000000000..4bee9fa12
--- /dev/null
+++ b/graphics/interface/ball/nest.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+0 98 0
+49 148 16
+98 197 32
+156 255 57
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+255 123 98
+255 172 131
+255 222 172
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/nest.png b/graphics/interface/ball/nest.png
new file mode 100755
index 000000000..a2fa81c1e
--- /dev/null
+++ b/graphics/interface/ball/nest.png
Binary files differ
diff --git a/graphics/interface/ball/net.pal b/graphics/interface/ball/net.pal
new file mode 100755
index 000000000..dc5abb94d
--- /dev/null
+++ b/graphics/interface/ball/net.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+0 156 106
+49 189 123
+98 222 148
+156 255 172
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+205 205 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/net.png b/graphics/interface/ball/net.png
new file mode 100755
index 000000000..6fef48101
--- /dev/null
+++ b/graphics/interface/ball/net.png
Binary files differ
diff --git a/graphics/interface/ball/poke.pal b/graphics/interface/ball/poke.pal
new file mode 100755
index 000000000..0e6b2fb5c
--- /dev/null
+++ b/graphics/interface/ball/poke.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+131 0 0
+172 0 0
+213 41 41
+255 156 123
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/poke.png b/graphics/interface/ball/poke.png
new file mode 100755
index 000000000..1e4aba669
--- /dev/null
+++ b/graphics/interface/ball/poke.png
Binary files differ
diff --git a/graphics/interface/ball/premier.pal b/graphics/interface/ball/premier.pal
new file mode 100755
index 000000000..0e6b2fb5c
--- /dev/null
+++ b/graphics/interface/ball/premier.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+131 0 0
+172 0 0
+213 41 41
+255 156 123
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/premier.png b/graphics/interface/ball/premier.png
new file mode 100755
index 000000000..f5aaadbaf
--- /dev/null
+++ b/graphics/interface/ball/premier.png
Binary files differ
diff --git a/graphics/interface/ball/repeat.pal b/graphics/interface/ball/repeat.pal
new file mode 100755
index 000000000..c3689e13f
--- /dev/null
+++ b/graphics/interface/ball/repeat.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+222 98 0
+230 131 32
+238 164 65
+255 197 98
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+205 156 8
+255 255 8
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/repeat.png b/graphics/interface/ball/repeat.png
new file mode 100755
index 000000000..5abe789a2
--- /dev/null
+++ b/graphics/interface/ball/repeat.png
Binary files differ
diff --git a/graphics/interface/ball/safari.pal b/graphics/interface/ball/safari.pal
new file mode 100755
index 000000000..bbe4d76f3
--- /dev/null
+++ b/graphics/interface/ball/safari.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+148 172 16
+164 197 32
+180 222 49
+197 246 65
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+205 106 41
+230 164 98
+255 222 156
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/safari.png b/graphics/interface/ball/safari.png
new file mode 100755
index 000000000..0dd49aef9
--- /dev/null
+++ b/graphics/interface/ball/safari.png
Binary files differ
diff --git a/graphics/interface/ball/timer.pal b/graphics/interface/ball/timer.pal
new file mode 100755
index 000000000..e0c23569e
--- /dev/null
+++ b/graphics/interface/ball/timer.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+172 0 0
+197 49 41
+222 98 82
+255 156 123
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+180 180 180
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+0 0 0
diff --git a/graphics/interface/ball/timer.png b/graphics/interface/ball/timer.png
new file mode 100755
index 000000000..2b63f6795
--- /dev/null
+++ b/graphics/interface/ball/timer.png
Binary files differ
diff --git a/graphics/interface/ball/ultra.pal b/graphics/interface/ball/ultra.pal
new file mode 100755
index 000000000..3b7021097
--- /dev/null
+++ b/graphics/interface/ball/ultra.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+180 139 16
+205 172 32
+230 205 49
+255 238 65
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball/ultra.png b/graphics/interface/ball/ultra.png
new file mode 100755
index 000000000..edae9a9f1
--- /dev/null
+++ b/graphics/interface/ball/ultra.png
Binary files differ
diff --git a/graphics/interface/ball_open.pal b/graphics/interface/ball_open.pal
new file mode 100755
index 000000000..0e6b2fb5c
--- /dev/null
+++ b/graphics/interface/ball_open.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+255 255 255
+131 0 0
+172 0 0
+213 41 41
+255 156 123
+255 255 255
+148 148 148
+65 65 65
+24 24 24
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
+255 255 255
diff --git a/graphics/interface/ball_open.png b/graphics/interface/ball_open.png
new file mode 100755
index 000000000..1030f4942
--- /dev/null
+++ b/graphics/interface/ball_open.png
Binary files differ
diff --git a/graphics/interface/gba.pal b/graphics/interface/gba.pal
new file mode 100755
index 000000000..64a442293
--- /dev/null
+++ b/graphics/interface/gba.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+0 0 0
+255 255 255
+222 230 238
+189 205 230
+156 180 222
+131 131 139
+98 98 123
+65 74 106
+41 49 90
+230 230 230
+205 205 205
+180 180 180
+156 156 156
+213 180 106
+205 156 82
+49 255 106
diff --git a/graphics/interface/gba.png b/graphics/interface/gba.png
new file mode 100755
index 000000000..61ce32b4f
--- /dev/null
+++ b/graphics/interface/gba.png
Binary files differ
diff --git a/graphics/interface/menu.lz b/graphics/interface/menu.lz
new file mode 100755
index 000000000..fb0e427ef
--- /dev/null
+++ b/graphics/interface/menu.lz
Binary files differ
diff --git a/graphics/interface/menu.pal b/graphics/interface/menu.pal
new file mode 100755
index 000000000..80a6cefcd
--- /dev/null
+++ b/graphics/interface/menu.pal
@@ -0,0 +1,35 @@
+JASC-PAL
+0100
+32
+0 0 0
+255 255 255
+255 0 0
+82 98 156
+106 139 189
+255 255 255
+106 90 115
+213 205 213
+65 74 123
+74 65 82
+131 139 139
+106 65 90
+172 106 98
+213 74 57
+156 74 98
+106 164 164
+0 0 0
+74 57 115
+82 98 156
+106 139 189
+41 49 49
+255 255 255
+106 90 115
+222 213 222
+90 82 82
+180 189 180
+139 156 213
+90 74 131
+0 0 0
+0 0 0
+0 0 0
+0 0 0
diff --git a/graphics/interface/menu.png b/graphics/interface/menu.png
new file mode 100755
index 000000000..e82b78ff3
--- /dev/null
+++ b/graphics/interface/menu.png
Binary files differ
diff --git a/graphics/interface/menu_0.pal b/graphics/interface/menu_0.pal
new file mode 100755
index 000000000..67e1af896
--- /dev/null
+++ b/graphics/interface/menu_0.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+0 0 0
+255 255 255
+255 0 0
+82 98 156
+106 139 189
+255 255 255
+106 90 115
+213 205 213
+65 74 123
+74 65 82
+131 139 139
+106 65 90
+172 106 98
+213 74 57
+156 74 98
+106 164 164
diff --git a/graphics/interface/menu_1.pal b/graphics/interface/menu_1.pal
new file mode 100755
index 000000000..3adc73766
--- /dev/null
+++ b/graphics/interface/menu_1.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+0 0 0
+74 57 115
+82 98 156
+106 139 189
+41 49 49
+255 255 255
+106 90 115
+222 213 222
+90 82 82
+180 189 180
+139 156 213
+90 74 131
+0 0 0
+0 0 0
+0 0 0
+0 0 0
diff --git a/graphics/interface/trade_shadow.pal b/graphics/interface/trade_shadow.pal
new file mode 100755
index 000000000..a4bec6478
--- /dev/null
+++ b/graphics/interface/trade_shadow.pal
@@ -0,0 +1,19 @@
+JASC-PAL
+0100
+16
+0 0 0
+255 255 255
+222 230 238
+189 205 230
+156 180 222
+0 16 172
+32 32 106
+16 16 90
+0 0 74
+255 255 189
+230 230 164
+205 205 148
+189 180 115
+139 139 90
+74 74 57
+32 32 32
diff --git a/graphics/interface/trade_shadow.png b/graphics/interface/trade_shadow.png
new file mode 100755
index 000000000..109979f90
--- /dev/null
+++ b/graphics/interface/trade_shadow.png
Binary files differ
diff --git a/graphics/pokemon/egg/egg_crumble.png b/graphics/pokemon/egg/egg_crumble.png
new file mode 100755
index 000000000..d404445b8
--- /dev/null
+++ b/graphics/pokemon/egg/egg_crumble.png
Binary files differ
diff --git a/graphics/pokemon/egg/egg_hatch.png b/graphics/pokemon/egg/egg_hatch.png
new file mode 100755
index 000000000..abea3122f
--- /dev/null
+++ b/graphics/pokemon/egg/egg_hatch.png
Binary files differ
diff --git a/graphics/unused/old.png b/graphics/unused/old.png
new file mode 100755
index 000000000..523f8fa9f
--- /dev/null
+++ b/graphics/unused/old.png
Binary files differ
diff --git a/graphics/unused/unknown_D021BC.bin b/graphics/unused/unknown_D021BC.bin
new file mode 100755
index 000000000..9d7c14a2d
--- /dev/null
+++ b/graphics/unused/unknown_D021BC.bin
Binary files differ
diff --git a/graphics/unused/unknown_D023E8.bin b/graphics/unused/unknown_D023E8.bin
new file mode 100755
index 000000000..58efd7d3e
--- /dev/null
+++ b/graphics/unused/unknown_D023E8.bin
Binary files differ
diff --git a/graphics/unused/unknown_D02410.png b/graphics/unused/unknown_D02410.png
new file mode 100755
index 000000000..c02c644a1
--- /dev/null
+++ b/graphics/unused/unknown_D02410.png
Binary files differ
diff --git a/graphics/unused/unknown_D024F0.bin b/graphics/unused/unknown_D024F0.bin
new file mode 100755
index 000000000..d23673450
--- /dev/null
+++ b/graphics/unused/unknown_D024F0.bin
Binary files differ