You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-12-11 05:02:16 -08:00
Elevator
This commit is contained in:
@@ -426,7 +426,7 @@ Function48383: ; 48383 (12:4383)
|
||||
ret
|
||||
|
||||
Function483bb: ; 483bb (12:43bb)
|
||||
ld hl, wcf77
|
||||
ld hl, wScrollingMenuCursorPosition
|
||||
ld a, [hl]
|
||||
inc a
|
||||
ld [wd474], a
|
||||
|
||||
@@ -3473,7 +3473,7 @@ Function8a62c: ; 8a62c (22:662c)
|
||||
jr z, .asm_8a66a
|
||||
ld [MenuSelection], a
|
||||
ld b, a
|
||||
ld a, [wcf77]
|
||||
ld a, [wScrollingMenuCursorPosition]
|
||||
inc a
|
||||
ld [wd034], a
|
||||
push bc
|
||||
|
||||
@@ -818,7 +818,7 @@ Function8b7bd: ; 8b7bd
|
||||
and a
|
||||
jr z, .asm_8b7ea
|
||||
dec a
|
||||
ld [wcf77], a
|
||||
ld [wScrollingMenuCursorPosition], a
|
||||
|
||||
.asm_8b7ea
|
||||
hlcoord 0, 2
|
||||
|
||||
Reference in New Issue
Block a user