Paper Mario: The Thousand-Year Door: Difference between revisions

no edit summary
No edit summary
Line 71: Line 71:
=====Gecko Codes=====
=====Gecko Codes=====


==== NTSC-J (centered HUD) ====
==== Centered HUD ====
<pre>
<pre>
NTSC-J:
C202ECEC 00000003
C202ECEC 00000003
3DC08042 3DE03FD8
3DC08042 3DE03FD8
Line 90: Line 91:
</pre>
</pre>


==== NTSC-J (stretched HUD) ====
This code also speeds up the emulator in the Shhwonk Fortress.
<pre>
C202ECEC 00000003
3DC08042 3DE03FD8
91EE95F8 4E800020
60000000 00000000
04193838 4E800020
</pre>
==== NTSC-J (centered HUD, some letterboxing) ====
This code also speeds up the emulator in the Shhwonk Fortress.
<pre>
04193838 4E800020
044195F8 3FE38E39
</pre>
==== NTSC-U (centered HUD) ====
<pre>
<pre>
NTSC-U:
C202F310 00000003
C202F310 00000003
3DC08042 3DE03FD8
3DC08042 3DE03FD8
Line 126: Line 110:
</pre>
</pre>


==== NTSC-U (stretched HUD) ====
This code also speeds up the emulator in the Shhwonk Fortress.
<pre>
C202F310 00000003
3DC08042 3DE03FD8
91EEF6D8 4E800020
60000000 00000000
04199598 4E800020
</pre>
==== NTSC-U (centered HUD, some letterboxing) ====
This code also speeds up the emulator in the Shhwonk Fortress.
<pre>
04199598 4E800020
0441F6D8 3FE38E39
</pre>
==== PAL (centered HUD) ====
<pre>
<pre>
PAL:
C202F3F8 00000003
C202F3F8 00000003
3DC08043 3DE03FD8
3DC08043 3DE03FD8
Line 162: Line 129:
</pre>
</pre>


==== PAL (stretched HUD) ====
==== Stretched HUD ====
This code also speeds up the emulator in the Shhwonk Fortress.
This code also speeds up the emulator in the Shhwonk Fortress.
<pre>
<pre>
NTSC-J:
C202ECEC 00000003
3DC08042 3DE03FD8
91EE95F8 4E800020
60000000 00000000
04193838 4E800020
</pre>
<pre>
NTSC-U:
C202F310 00000003
3DC08042 3DE03FD8
91EEF6D8 4E800020
60000000 00000000
04199598 4E800020
</pre>
<pre>
PAL:
C202F3F8 00000003
C202F3F8 00000003
3DC08043 3DE03FD8
3DC08043 3DE03FD8
Line 172: Line 158:
</pre>
</pre>


==== PAL (centered HUD, some letterboxing) ====
==== Centered HUD, some letterboxing ====
This code also speeds up the emulator in the Shhwonk Fortress.
This code also speeds up the emulator in the Shhwonk Fortress.
<pre>
<pre>
NTSC-J:
04193838 4E800020
044195F8 3FE38E39
</pre>
<pre>
NTSC-U:
04199598 4E800020
0441F6D8 3FE38E39
</pre>
<pre>
PAL:
0419B274 4E800020
0419B274 4E800020
0442C158 3FE38E39
0442C158 3FE38E39
11

edits