diff --git a/megademo/FAQ b/megademo/FAQ index cbbb7d30..ad3c536e 100644 --- a/megademo/FAQ +++ b/megademo/FAQ @@ -2,6 +2,7 @@ Q: Is this based on a true story? A: I took some artistic liberties. + For example, the real Froggysue wouldn't be caught dead in a dress. Q: Why is the e-mail in German? @@ -22,3 +23,8 @@ Q: Why is Deater's spaceship parked so far away from his house? A: Zoning laws? Maybe the neighbors complained. + +Q. What sort of creature is Stealth Susie? + +A. Stealth Susie / Little Girl was an American Crested Guinea Pig. + She has her own website: http://www.deater.net/susie/ diff --git a/megademo/SIZE b/megademo/SIZE index a8f98b9b..984f23c4 100644 --- a/megademo/SIZE +++ b/megademo/SIZE @@ -23,6 +23,7 @@ 28483 -- move falling apple to megademo file 28553 -- fill in the starring animation a bit more 28809 -- add timeouts to starring people + 28733 -- add susie's cage to e-mail scene, move to megademo file Graphics sizes: (LG lores=300B) diff --git a/megademo/check_email.s b/megademo/check_email.s index 00d74142..f4894902 100644 --- a/megademo/check_email.s +++ b/megademo/check_email.s @@ -351,7 +351,7 @@ em_letters: .byte 255 -.include "email_40_96.inc" +;.include "email_40_96.inc" diff --git a/megademo/email_40_96.png b/megademo/email_40_96.png index b3f4f595..936c9060 100644 Binary files a/megademo/email_40_96.png and b/megademo/email_40_96.png differ diff --git a/megademo/megademo.s b/megademo/megademo.s index 6fb7c7e3..4fefa913 100644 --- a/megademo/megademo.s +++ b/megademo/megademo.s @@ -150,6 +150,9 @@ loop_forever: .include "deater.inc" ;.include "lg.inc" +; e-mail +.include "email_40_96.inc" + ; leaving .include "leaving.inc"