diff options
Diffstat (limited to 'engines/access/martian')
-rw-r--r-- | engines/access/martian/martian_resources.cpp | 9 | ||||
-rw-r--r-- | engines/access/martian/martian_resources.h | 2 |
2 files changed, 11 insertions, 0 deletions
diff --git a/engines/access/martian/martian_resources.cpp b/engines/access/martian/martian_resources.cpp index 72839a243e..c976fe29ad 100644 --- a/engines/access/martian/martian_resources.cpp +++ b/engines/access/martian/martian_resources.cpp @@ -859,5 +859,14 @@ const char *const DEATHMESSAGE[] = { "ONCE DANGERFIELD GETS OUT OF HIS CHAMBER, HE PULLS OUT A WEAPON AND LETS YOU HAVE IT." }; +const byte _byte1EEB5[] = { + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, + 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, + 1 +}; + } // End of namespace Martian } // End of namespace Access diff --git a/engines/access/martian/martian_resources.h b/engines/access/martian/martian_resources.h index a6dc81d000..e758a8944a 100644 --- a/engines/access/martian/martian_resources.h +++ b/engines/access/martian/martian_resources.h @@ -61,6 +61,8 @@ extern const char *const ASKTBL[]; extern const byte DEATH_SCREENS[]; extern const char *const DEATHMESSAGE[]; +extern const byte _byte1EEB5[]; + } // End of namespace Martian } // End of namespace Access |