13,061
edits
DansFriend (talk | contribs) |
DansFriend (talk | contribs) |
||
Line 129: | Line 129: | ||
The following codes are compatible with both releases of the demo: | The following codes are compatible with both releases of the demo: | ||
{{CodeTableBegin}} | {{CodeTableBegin}} | ||
{{CodeTableHeading|Demo Control}} | |||
{{CodeTableEntry | {{CodeTableEntry | ||
|name=Player | |name=Player Control | ||
|effect= | |effect=Lets the player control Dan.<ref name="hacc">Codes by [https://www.youtube.com/user/Hacczilla Hacc].</ref> | ||
|code=D0096864 800D | |code=D0096864 800D | ||
300D4490 0000 | 300D4490 0000 | ||
}} | |||
{{CodeTableEntry | |||
|name=Demo Ready | |||
|effect=Signals that demo mode is ready (can cause unintended side effects).<ref name="lazlo">Codes by [https://tcrf.net/User:Lazlo52 Lazlo52].</ref> | |||
|code=D0096864 800D | |||
300D4490 0040 | |||
}} | |||
{{CodeTableEntry | |||
|name=Demo Playing | |||
|effect=Demo mode plays (can cause unintended side effects).<ref name="lazlo"/> | |||
|code=D0096864 800D | |||
300D4490 00C0 | |||
}} | |||
{{CodeTableHeading|Pause Menu}} | |||
{{CodeTableEntry | |||
|name=PAUSE | |||
|effect=Reverts to the default pause menu.<ref name="lazlo"/> | |||
|code=D0096864 800D | |||
300CFCEC 0000 | |||
}} | }} | ||
{{CodeTableEntry | {{CodeTableEntry | ||
Line 143: | Line 163: | ||
{{CodeTableEntry | {{CodeTableEntry | ||
|name=DEBUG2 | |name=DEBUG2 | ||
|effect=Unlocks additional options in the pause menu.<ref name="hacc"/> | |effect=Unlocks additional options in the pause menu (including DEBUG1 options).<ref name="hacc"/> | ||
|code=D0096864 800D | |code=D0096864 800D | ||
300CFCEC 0002 | 300CFCEC 0002 | ||
}} | }} | ||
{{CodeTableEnd}} | {{CodeTableEnd}} | ||
==See also== | ==See also== | ||
*''[[MediEvil 0.32 Demo]]'' | *''[[MediEvil 0.32 Demo]]'' |