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 | {{CodeTableHeading|Demo Mode}} | ||
{{CodeTableEntry | {{CodeTableEntry | ||
|name=Player | |name=Player Controlled | ||
|effect=Lets the player control Dan.<ref name="hacc">Codes by [https://www.youtube.com/user/Hacczilla Hacc].</ref> | |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 | ||
Line 138: | Line 138: | ||
{{CodeTableEntry | {{CodeTableEntry | ||
|name=Demo Ready | |name=Demo Ready | ||
|effect=Signals that demo mode is ready (can cause | |effect=Signals that demo mode is ready (can cause strange behaviour).<ref name="lazlo">Codes by [https://tcrf.net/User:Lazlo52 Lazlo52].</ref> | ||
|code=D0096864 800D | |code=D0096864 800D | ||
300D4490 0040 | 300D4490 0040 | ||
Line 144: | Line 144: | ||
{{CodeTableEntry | {{CodeTableEntry | ||
|name=Demo Playing | |name=Demo Playing | ||
|effect=Demo mode plays (can cause | |effect=Demo mode plays (can cause strange behaviour).<ref name="lazlo"/> | ||
|code=D0096864 800D | |code=D0096864 800D | ||
300D4490 00C0 | 300D4490 00C0 | ||
Line 166: | Line 166: | ||
|code=D0096864 800D | |code=D0096864 800D | ||
300CFCEC 0002 | 300CFCEC 0002 | ||
}} | |||
{{CodeTableHeading|Control Settings}} | |||
{{CodeTableEntry | |||
|name=Digital - 0 | |||
|effect=Sets the current control scheme to Digital - 0.<ref name="lazlo"/> | |||
|code=D0096864 800D | |||
800D0818 27F8 | |||
300D4008 0000 | |||
}} | |||
{{CodeTableEntry | |||
|name=Digital - 1 | |||
|effect=Sets the current control scheme to Digital - 1.<ref name="lazlo"/> | |||
|code=D0096864 800D | |||
800D0818 281C | |||
300D4008 0001 | |||
}} | |||
{{CodeTableEntry | |||
|name=Digital - 2 | |||
|effect=Sets the current control scheme to Digital - 2.<ref name="lazlo"/> | |||
|code=D0096864 800D | |||
800D0818 2840 | |||
300D4008 0002 | |||
}} | |||
{{CodeTableEntry | |||
|name=Analog - 0 | |||
|effect=Sets the current control scheme to Analog - 0 (analog controller required).<ref name="lazlo"/> | |||
|code=D0096864 800D | |||
300D400C 0000 | |||
}} | |||
{{CodeTableEntry | |||
|name=Analog - 1 | |||
|effect=Sets the current control scheme to Analog - 1 (analog controller required).<ref name="lazlo"/> | |||
|code=D0096864 800D | |||
300D400C 0001 | |||
}} | }} | ||
{{CodeTableEnd}} | {{CodeTableEnd}} |