diff --git a/A7800DS.nds b/A7800DS.nds index 6c8579f..1c2caf0 100644 Binary files a/A7800DS.nds and b/A7800DS.nds differ diff --git a/arm9/source/a7800utils.c b/arm9/source/a7800utils.c index 76e7a1a..36cb605 100644 --- a/arm9/source/a7800utils.c +++ b/arm9/source/a7800utils.c @@ -567,7 +567,7 @@ unsigned int dsWaitForRom(void) else { ucBas = 0; } - if (keysCurrent() & KEY_R) { + if((keysCurrent() & KEY_R) || (keysCurrent() & KEY_RIGHT)) { if (!ucSBas) { ucFicAct = (ucFicAct< countpro-nbRomPerPage ? ucFicAct+nbRomPerPage : countpro-nbRomPerPage); if (firstRomDisplay nbRomPerPage ? ucFicAct-nbRomPerPage : 0); if (firstRomDisplay>nbRomPerPage) { firstRomDisplay -= nbRomPerPage; }