megademo: add susie to email scene

This commit is contained in:
Vince Weaver 2018-10-22 00:19:34 -04:00
parent c69fa60b63
commit 97abe7bc11
5 changed files with 11 additions and 1 deletions

View File

@ -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/

View File

@ -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)

View File

@ -351,7 +351,7 @@ em_letters:
.byte 255
.include "email_40_96.inc"
;.include "email_40_96.inc"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -150,6 +150,9 @@ loop_forever:
.include "deater.inc"
;.include "lg.inc"
; e-mail
.include "email_40_96.inc"
; leaving
.include "leaving.inc"