Merge branch 'beta' into no-array-fill-movesets

This commit is contained in:
Bertie690 2025-05-31 12:38:27 -04:00 committed by GitHub
commit 8be7d28bfb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1239,7 +1239,7 @@ export default class SummaryUiHandler extends UiHandler {
this.moveSelect = true;
this.extraMoveRowContainer.setVisible(true);
this.selectedMoveIndex = -1;
this.setCursor(0);
this.setCursor(this.summaryUiMode === SummaryUiMode.LEARN_MOVE ? 4 : 0);
this.showMoveEffect();
}