You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: USER_MANUAL.md
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@
46
46
This menu allows you to modify your entire inventory, including standard items, important items, badges, and stored items.
47
47
48
48
### Cheats
49
-
1.**Change Sequence** allows you to change the current Sequence value, which is the value used to tell what part of the game you're currently at. For clarification, the stage and event listed for the current Sequence value is effectively what has just been cleared, which differs from the **Warp By Event** menu, which is explained in the Warps section.
49
+
1.**Change Sequence** allows you to change the current **Sequence** value, which is the value used to tell what part of the game you're currently at. For clarification, the stage and event listed for the current **Sequence** value is effectively what has just been cleared, which differs from the **Warp By Event** menu, which is explained in the Warps section.
50
50
51
51
2.**Walk Through Most Objects** allows you to walk through most objects. It does now allow walking through NPCs. The button combination must be held for this code to work.
52
52
@@ -104,14 +104,16 @@ This menu allows you to modify Mario's stats, all of your partner's stats, wheth
104
104
* You are also able to change Yoshi's color from within the Partners menu. Upon changing it, you must respawn Yoshi for the changes to take effect. This is done by either swapping partners, entering pipes, or bringing Yoshi out via the menu itself.
105
105
106
106
### Settings
107
-
This menu allows you to save and load various settings. The settings are stored on a separate save file on the memory card. The current settings included are as follows:
107
+
This menu allows you to save and load various settings. The settings are stored on a separate save file on the memory card. The menu gives you the option to save the settings to either of the memory card slots. The current settings included are as follows:
108
108
* Which Cheats are active
109
109
* Cheats button combinations
110
110
* Which Displays are active
111
111
* Displays button combinations
112
112
* Memory Watches (See below)
113
113
* Memory Editor settings (See below)
114
114
115
+
It should also be noted that the settings will be loaded automatically at boot, assuming that a settings file is present on one of the memory cards. If settings files exist on both memory cards, then the one in Slot A will be used.
116
+
115
117
### Memory
116
118
This menu allows you to view and edit parts of the game's memory. The current options in this menu are as follows:
117
119
1.**Memory Watches** allows you to watch the values of up to 60 memory addresses, with support for up to 10 pointer levels each. Each of these watches can also be displayed on the screen at will.
@@ -206,7 +208,7 @@ This menu allows you to warp to various places around the game. You have three s
206
208
207
209
* After everything has been cleared, every upgrade/important item/partner/etc. that you should have gotten up to and including the current event will be given to you automatically.
208
210
209
-
* The Sequence value set by this option differs from the **Change Sequence** cheat above, in that this option sets the Sequence to what is about to happen, not what has already happened.
211
+
* The **Sequence** value set by this option differs from the **Change Sequence** cheat above, in that this option sets the **Sequence** to what is about to happen, not what has already happened.
210
212
211
213
* The **Keep Inventory** option allows you to keep the standard items and badges that you currently have when warping to an event. If this is disabled, then all of your standard items and badges will be removed. Due to your BP being reset, all of the badges will be unequipped. The exception to this is Attack FX R, which will be equipped automatically if you're warping directly to the Hooktail fight.
212
214
@@ -226,13 +228,13 @@ This menu allows you to warp to various places around the game. You have three s
226
228
227
229
* Some maps have entrances that don't actually work. Using them will simply place Mario at/near the center of the chosen map.
228
230
4.**Warp To Boss** allows you to warp to most bosses/mini-bosses in the game.
229
-
* Note: Warping to a boss using this menu will adjust the game's Sequence value.
231
+
* Note: Warping to a boss using this menu will adjust the game's **Sequence** value.
230
232
231
233
## Misc
232
234
There are several other changes that have been made outside of the menu:
233
235
1. The build date on the title screen is always displayed.
234
236
235
-
2. The current Sequence value is displayed in the pause menu next to Mario's stats.
237
+
2. The current **Sequence** value is displayed in the pause menu next to Mario's stats.
236
238
237
239
3. The unused Mega badges can be used in battles without the need for a boot/hammer upgrade.
238
240
@@ -243,11 +245,11 @@ There are several other changes that have been made outside of the menu:
243
245
6. Several crashes have been fixed/prevented:
244
246
* Petalburg intro cutscene - Mario will not have any greeting animation.
245
247
246
-
* Excess Express - When going to Poshley Heights - If you enter the western-most train car when the Sequence is past 338, then the Sequence will be set to 338.
248
+
* Excess Express - When going to Poshley Heights - If you enter the western-most train car when the **Sequence** is past 338, then the **Sequence** will be set to 338.
247
249
248
250
* X-Naut Fortress Factory Room - A global variable is cleared, so that leaving the room will not cause issues if the conveyor belt has not been activated.
249
251
250
-
* If the Endless Room has been completed, and you enter it when the Sequence is at 385, then the room will be set to an incomplete state.
252
+
* If the Endless Room has been completed, and you enter it when the **Sequence** is at 385, then the room will be set to an incomplete state.
251
253
252
254
* In some instances where the game tries to apply light effects to partners and/or followers, but one or neither of them are actually spawned, then they will be spawned automatically. When the game needs to spawn a partner for this, it will spawn Goombella. When it needs to spawn a follower for this, it will spawn Gus.
0 commit comments