summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/robotfindskitten_messages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/robotfindskitten_messages.h b/apps/plugins/robotfindskitten_messages.h
index e1be4bad53..685fdf46cd 100644
--- a/apps/plugins/robotfindskitten_messages.h
+++ b/apps/plugins/robotfindskitten_messages.h
@@ -417,6 +417,8 @@ static char* messages[] =
417 "It's the triangle leg adjacent to an angle divided by the leg opposite it.", 417 "It's the triangle leg adjacent to an angle divided by the leg opposite it.",
418 "It's a bottle of nail polish remover.", 418 "It's a bottle of nail polish remover.",
419 "You found netkit! Way to go, robot!", 419 "You found netkit! Way to go, robot!",
420/* Exclude some messages on targets with less RAM */
421#if PLUGIN_BUFFER_SIZE > 0x8000
420 "It's the ASCII Floating Head of Seth David Schoen!", 422 "It's the ASCII Floating Head of Seth David Schoen!",
421 "A frosted pink party-cake, half eaten.", 423 "A frosted pink party-cake, half eaten.",
422 "A bitchin' homemade tesla coil.", 424 "A bitchin' homemade tesla coil.",
@@ -426,8 +428,6 @@ static char* messages[] =
426 "Fonzie sits here, mumbling incoherently about a shark and a pair of waterskis.", 428 "Fonzie sits here, mumbling incoherently about a shark and a pair of waterskis.",
427 "The ghost of your dance instructor, his face a paper-white mask of evil.", 429 "The ghost of your dance instructor, his face a paper-white mask of evil.",
428 "A bag of groceries taken off the shelf before the expiration date.", 430 "A bag of groceries taken off the shelf before the expiration date.",
429/* Exclude some messages on targets with less RAM */
430#if PLUGIN_BUFFER_SIZE > 0x8000
431 "A book: Feng Shui, Zen: the art of randomly arranging items that are not kitten.", 431 "A book: Feng Shui, Zen: the art of randomly arranging items that are not kitten.",
432 "This might be the fountain of youth, but you'll never know.", 432 "This might be the fountain of youth, but you'll never know.",
433 "Tigerbot Hesh.", 433 "Tigerbot Hesh.",