mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-01-23 09:16:20 -08:00
Use battle menu flags
This commit is contained in:
parent
8f60de5aba
commit
f2785cdb71
@ -5376,14 +5376,14 @@ MoveSelectionScreen:
|
|||||||
|
|
||||||
.skip_inc
|
.skip_inc
|
||||||
ld [wMenuCursorY], a
|
ld [wMenuCursorY], a
|
||||||
ld a, $1
|
ld a, 1
|
||||||
ld [wMenuCursorX], a
|
ld [wMenuCursorX], a
|
||||||
ld a, [wNumMoves]
|
ld a, [wNumMoves]
|
||||||
inc a
|
inc a
|
||||||
ld [w2DMenuNumRows], a
|
ld [w2DMenuNumRows], a
|
||||||
ld a, $1
|
ld a, 1
|
||||||
ld [w2DMenuNumCols], a
|
ld [w2DMenuNumCols], a
|
||||||
ld c, $2c
|
ld c, STATICMENU_ENABLE_LEFT_RIGHT | STATICMENU_ENABLE_START | STATICMENU_WRAP
|
||||||
ld a, [wMoveSelectionMenuType]
|
ld a, [wMoveSelectionMenuType]
|
||||||
dec a
|
dec a
|
||||||
ld b, D_DOWN | D_UP | A_BUTTON
|
ld b, D_DOWN | D_UP | A_BUTTON
|
||||||
|
Loading…
x
Reference in New Issue
Block a user