We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
MFP: My Friend Pedro
Jump to navigation
Jump to search
Games > Games by content > Games with unused code
Games > Games by content > Games with unused text
Games > Games by developer > Games developed by DeadToast Entertainment
Games > Games by platform > Adobe Flash games
Games > Games by publisher > Games published by Addicting Games
Games > Games by publisher > Games published by Adult Swim Games
Games > Games by release date > Games released in 2014
| MFP: My Friend Pedro |
|---|
|
Developer:
DeadToast Entertainment
|
Sub-Page
| Prerelease Info |
Text
As a placeholder for the achievement text, the developers put in "You should not see this".
Disabled Cheat
Code in the game suggests that holding down the U key would have unlocked all levels, yet all releases of the game have this disabled.
This code can be found inside Sprite 584, the main sprite used for the title screen:
on(release){
if(!Key.isDown(85))
{
_root.savedData.clear();
_root.killsAfterWallJump = 0;
_root.midAirKills = 0;
_root.knifeKills = 0;
_root.nrOfHeadShots = 0;
_root.nrOfGibs = 0;
_parent.continueButton.onEnterFrame = undefined;
_parent.continueButton.onRelease = undefined;
_parent.continueButton._alpha = 10;
_root.cheatUnlockAllLevels = false;
}
else
{
_root.cheatUnlockAllLevels = true;
}
}
Games > Games by content > Games with unused code
Games > Games by content > Games with unused text
Games > Games by developer > Games developed by DeadToast Entertainment
Games > Games by platform > Adobe Flash games
Games > Games by publisher > Games published by Addicting Games
Games > Games by publisher > Games published by Adult Swim Games
Games > Games by release date > Games released in 2014