Super Mario Sunshine: Difference between revisions

Made adjustments to the code and found that one as default.
(Made adjustments to the code and found that one as default.)
Line 40: Line 40:
The original code for the "Warped Camera View" (made by GCN Hacker87) is somehow recognized as a FOV modifier and changes the game's zooming by changing the value "3E000000" to some other value. The game will be played at the desired field of view once that value was modified. This is different from the widescreen codes where it only changes the FOV horizontally. Examples of the code modifications are listed here:
The original code for the "Warped Camera View" (made by GCN Hacker87) is somehow recognized as a FOV modifier and changes the game's zooming by changing the value "3E000000" to some other value. The game will be played at the desired field of view once that value was modified. This is different from the widescreen codes where it only changes the FOV horizontally. Examples of the code modifications are listed here:


<pre>044176A8 3F400000 - Normal camera
<pre>
044176A8 3F800000 - Game default camera
044176A8 3F400000 - Regular camera view
044176A8 3F000000 - Open matte camera
044176A8 3F000000 - Open matte camera
044176A8 3EA00000 - A bit zoomed out from view
044176A8 3EA00000 - A bit zoomed out from view
044176A8 3E000000 - Way zoomed out (original code)</pre>
044176A8 3E000000 - Way zoomed out (original code)
</pre>


'''Note:''' See the [[Super_Mario_Sunshine#Goo.2FOil_Behaves_Oddly|Goo bug notes]] on the section below for the problems this code may cause to the goo if used.
'''Note:''' See the [[Super_Mario_Sunshine#Goo.2FOil_Behaves_Oddly|Goo bug notes]] on the section below for the problems this code may cause to the goo if used.