mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Merge branch 'beta' into no-array-fill-movesets
This commit is contained in:
commit
8be7d28bfb
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user