diff --git a/data/common/games/pig/pig.zip b/data/common/games/pig/pig.zip index 061148533a..5863cfc906 100644 Binary files a/data/common/games/pig/pig.zip and b/data/common/games/pig/pig.zip differ diff --git a/data/common/media/grafx2/gfx2.gif b/data/common/media/grafx2/gfx2.gif deleted file mode 100644 index 44c6a7fcb3..0000000000 Binary files a/data/common/media/grafx2/gfx2.gif and /dev/null differ diff --git a/data/common/media/grafx2/gfx2.png b/data/common/media/grafx2/gfx2.png deleted file mode 100644 index 00ea1f6839..0000000000 Binary files a/data/common/media/grafx2/gfx2.png and /dev/null differ diff --git a/data/common/media/grafx2/skins/skin_Aurora.png b/data/common/media/grafx2/skins/skin_Aurora.png deleted file mode 100644 index adf1257316..0000000000 Binary files a/data/common/media/grafx2/skins/skin_Aurora.png and /dev/null differ diff --git a/data/common/media/grafx2/skins/skin_Clax3.gif b/data/common/media/grafx2/skins/skin_Clax3.gif deleted file mode 100644 index ffefeaf341..0000000000 Binary files a/data/common/media/grafx2/skins/skin_Clax3.gif and /dev/null differ diff --git a/data/common/media/grafx2/skins/skin_Clax4.gif b/data/common/media/grafx2/skins/skin_Clax4.gif deleted file mode 100644 index 294f97c8a2..0000000000 Binary files a/data/common/media/grafx2/skins/skin_Clax4.gif and /dev/null differ diff --git a/data/common/media/grafx2/skins/skin_scenish.png b/data/common/media/grafx2/skins/skin_scenish.png deleted file mode 100644 index 2280211767..0000000000 Binary files a/data/common/media/grafx2/skins/skin_scenish.png and /dev/null differ diff --git a/data/common/wallpapers/Cool Blue.png b/data/common/wallpapers/Cool Blue.png index 8f2c97a1c3..dbc1e2520a 100644 Binary files a/data/common/wallpapers/Cool Blue.png and b/data/common/wallpapers/Cool Blue.png differ diff --git a/programs/develop/info3ds/objects.png b/programs/develop/info3ds/objects.png index 422b779cef..123ce538f4 100644 Binary files a/programs/develop/info3ds/objects.png and b/programs/develop/info3ds/objects.png differ diff --git a/programs/develop/info3ds/toolbar.png b/programs/develop/info3ds/toolbar.png index 6335c5dce7..acc12cb63d 100644 Binary files a/programs/develop/info3ds/toolbar.png and b/programs/develop/info3ds/toolbar.png differ diff --git a/programs/develop/libraries/TinyGL/asm_fork/examples/toolb_1.png b/programs/develop/libraries/TinyGL/asm_fork/examples/toolb_1.png index 84268ca682..3f28468316 100644 Binary files a/programs/develop/libraries/TinyGL/asm_fork/examples/toolb_1.png and b/programs/develop/libraries/TinyGL/asm_fork/examples/toolb_1.png differ diff --git a/programs/emulator/e80/trunk/keyboard.png b/programs/emulator/e80/trunk/keyboard.png index 36f6ef91c1..6f1eccc69d 100644 Binary files a/programs/emulator/e80/trunk/keyboard.png and b/programs/emulator/e80/trunk/keyboard.png differ diff --git a/programs/games/bomber/ackack.bmp b/programs/games/bomber/ackack.bmp index 59ed5cb064..e227c60938 100644 Binary files a/programs/games/bomber/ackack.bmp and b/programs/games/bomber/ackack.bmp differ diff --git a/programs/games/bomber/bomb.bmp b/programs/games/bomber/bomb.bmp index b532fb55d2..b936730480 100644 Binary files a/programs/games/bomber/bomb.bmp and b/programs/games/bomber/bomb.bmp differ diff --git a/programs/games/bomber/bomber.asm b/programs/games/bomber/bomber.asm index 715d012077..292b6e851c 100644 --- a/programs/games/bomber/bomber.asm +++ b/programs/games/bomber/bomber.asm @@ -2242,7 +2242,7 @@ draw_level_num: draw_volume_num: mov eax, 13 - mov ebx, (WINDOW_WIDTH/2+25)*0x00010000 + 30 + mov ebx, (WINDOW_WIDTH/2+35)*0x00010000 + 30 mov ecx, 370*0x00010000 + 15 mov edx, BACK_COLOR int 0x40 @@ -2250,7 +2250,7 @@ draw_volume_num: mov eax, 47 mov ebx, 0x80020000 mov ecx, [_set_volume] - mov edx, (WINDOW_WIDTH/2+25)*65536 + 370 + mov edx, (WINDOW_WIDTH/2+35)*65536 + 370 mov esi,0x00000000 int 0x40 diff --git a/programs/games/bomber/plane.bmp b/programs/games/bomber/plane.bmp index 5fdb36426e..41cefd350f 100644 Binary files a/programs/games/bomber/plane.bmp and b/programs/games/bomber/plane.bmp differ diff --git a/programs/games/bomber/tile.bmp b/programs/games/bomber/tile.bmp index d380d15d02..84a0461880 100644 Binary files a/programs/games/bomber/tile.bmp and b/programs/games/bomber/tile.bmp differ diff --git a/programs/games/life3/trunk/life3tb.png b/programs/games/life3/trunk/life3tb.png index 26c8139b9d..ecdc874cd1 100644 Binary files a/programs/games/life3/trunk/life3tb.png and b/programs/games/life3/trunk/life3tb.png differ