From bbec6c913ac6ad4279e3549fc903b9c6e4521f50 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Wed, 3 Dec 2014 01:58:07 +0200 Subject: ZVISION: Document some more cheats for ZGI Thanks to marisa-chan for providing the location of those in pull request #532 --- engines/zvision/core/events.cpp | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'engines/zvision/core') diff --git a/engines/zvision/core/events.cpp b/engines/zvision/core/events.cpp index e3bcf6f09a..2c0e63bf5c 100644 --- a/engines/zvision/core/events.cpp +++ b/engines/zvision/core/events.cpp @@ -71,9 +71,8 @@ void ZVision::cheatCodes(uint8 key) { pushKeyToCheatBuf(key); if (getGameId() == GID_GRANDINQUISITOR) { - if (checkCode("IMNOTDEAF")) { - // Unknow cheat + // Unknown cheat showDebugMsg(Common::String::format("IMNOTDEAF cheat or debug, not implemented")); } @@ -93,8 +92,12 @@ void ZVision::cheatCodes(uint8 key) { if (checkCode("MIKESPANTS")) { _scriptManager->changeLocation('g', 'j', 't', 'm', 0); } - } else if (getGameId() == GID_NEMESIS) { + // There are 3 more cheats in script files: + // - "EAT ME": gjcr.scr + // - "WHOAMI": hp1e.scr + // - "HUISOK": uh1f.scr + } else if (getGameId() == GID_NEMESIS) { if (checkCode("CHLOE")) { _scriptManager->changeLocation('t', 'm', '2', 'g', 0); _scriptManager->setStateValue(224, 1); -- cgit v1.2.3