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