aboutsummaryrefslogtreecommitdiff
path: root/source/nds/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/nds/gui.c')
-rw-r--r--source/nds/gui.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/nds/gui.c b/source/nds/gui.c
index 6efb59d..d28e2a2 100644
--- a/source/nds/gui.c
+++ b/source/nds/gui.c
@@ -3126,10 +3126,11 @@ u32 menu(u16 *screen)
void tools_menu_init()
{
- if(game_config.backward)
+ /* if(game_config.backward)
tools_options[4].option_type &= ~HIDEN_TYPE;
else
- tools_options[4].option_type |= HIDEN_TYPE;
+ tools_options[4].option_type |= HIDEN_TYPE; */
+ // OUT OF BOUNDS MEMORY ACCESS, REENABLE IF NEEDED [NEB]
}
int lastest_game_menu_scroll_value;