mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-12-25 20:30:31 +00:00
megademo: add susie to email scene
This commit is contained in:
parent
c69fa60b63
commit
97abe7bc11
@ -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/
|
||||
|
@ -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)
|
||||
|
@ -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 |
@ -150,6 +150,9 @@ loop_forever:
|
||||
.include "deater.inc"
|
||||
;.include "lg.inc"
|
||||
|
||||
; e-mail
|
||||
.include "email_40_96.inc"
|
||||
|
||||
; leaving
|
||||
.include "leaving.inc"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user