summaryrefslogtreecommitdiff
path: root/apps/plugins/bitmaps
diff options
context:
space:
mode:
authorZakk Roberts <midkay@rockbox.org>2007-02-13 06:48:10 +0000
committerZakk Roberts <midkay@rockbox.org>2007-02-13 06:48:10 +0000
commitffbdb25e67230f13590e17330c20cb26cd2c8bb6 (patch)
tree1c4a3756d99660497d2a053390ba1c89ffc49508 /apps/plugins/bitmaps
parent4e73b537c349fb7f2058605fcb15b14b4fb60933 (diff)
downloadrockbox-ffbdb25e67230f13590e17330c20cb26cd2c8bb6.zip
rockbox-ffbdb25e67230f13590e17330c20cb26cd2c8bb6.tar.gz
rockbox-ffbdb25e67230f13590e17330c20cb26cd2c8bb6.tar.bz2
rockbox-ffbdb25e67230f13590e17330c20cb26cd2c8bb6.tar.xz
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
Diffstat (limited to 'apps/plugins/bitmaps')
-rw-r--r--apps/plugins/bitmaps/native/SOURCES8
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmpbin3750 -> 4366 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmpbin774 -> 894 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmpbin774 -> 894 bytes
-rw-r--r--apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmpbin1566 -> 1818 bytes
5 files changed, 5 insertions, 3 deletions
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
--- a/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.14x14.bmp
Binary files 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
--- a/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.6x6.bmp
Binary files 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
--- a/apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.6x6x2.bmp
Binary files 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
--- a/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp
+++ b/apps/plugins/bitmaps/native/sokoban_tiles.9x9.bmp
Binary files differ