From ffbdb25e67230f13590e17330c20cb26cd2c8bb6 Mon Sep 17 00:00:00 2001 From: Zakk Roberts Date: Tue, 13 Feb 2007 06:48:10 +0000 Subject: Large Sokoban update, by Sean Morrisey (FS#6625). Some new features include effectively unlimited (several thousand) undos on any platform, a redo feature, improved level/move info, 'level completed' screen showing moves/pushes made, and cleaned up code (full list of changes at tracker entry). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12294 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/bitmaps/native/SOURCES | 8 +++++--- apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp | Bin 3750 -> 4366 bytes apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp | Bin 774 -> 894 bytes apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp | Bin 774 -> 894 bytes apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp | Bin 1566 -> 1818 bytes 5 files changed, 5 insertions(+), 3 deletions(-) (limited to 'apps/plugins/bitmaps') diff --git a/apps/plugins/bitmaps/native/SOURCES b/apps/plugins/bitmaps/native/SOURCES index 1b6487b..9781e49 100644 --- a/apps/plugins/bitmaps/native/SOURCES +++ b/apps/plugins/bitmaps/native/SOURCES @@ -262,12 +262,14 @@ snake2_bottom.160x128x2.bmp /* Sokoban*/ #ifdef HAVE_LCD_COLOR -#if LCD_HEIGHT >= 240 +#if (LCD_HEIGHT >= 224) && (LCD_WIDTH >= 312) || \ + (LCD_HEIGHT >= 249) && (LCD_WIDTH >= 280) sokoban_tiles.14x14.bmp -#elif LCD_HEIGHT >= 176 +#elif (LCD_HEIGHT >= 144) && (LCD_WIDTH >= 212) || \ + (LCD_HEIGHT >= 169) && (LCD_WIDTH >= 180-4) sokoban_tiles.9x9.bmp #else -/* LCD_HEIGHT >= 128 */ +/* LCD_HEIGHT >= 96~121 && LCD_WIDTH >= 152~120 */ sokoban_tiles.6x6.bmp #endif #elif LCD_DEPTH >= 2 diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp index 9c6ee20..47dc548 100644 Binary files a/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp and b/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp differ diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp index 3ddfad0..38c0457 100644 Binary files a/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp and b/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp differ diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp index 0cc7ad8..ccf184d 100644 Binary files a/apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp and b/apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp differ diff --git a/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp b/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp index 87f3bf5..9675db8 100644 Binary files a/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp and b/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp differ -- cgit v1.1