You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Identify and eliminate wEngineBuffer1-5
This commit is contained in:
@@ -28,7 +28,7 @@ Elevator::
|
||||
|
||||
.LoadFloors:
|
||||
ld de, wCurElevator
|
||||
ld bc, 4
|
||||
ld bc, wElevatorDataEnd - wElevatorData
|
||||
ld hl, wElevatorPointer
|
||||
ld a, [hli]
|
||||
ld h, [hl]
|
||||
@@ -104,12 +104,12 @@ Elevator_GoToFloor:
|
||||
ld l, a
|
||||
inc hl
|
||||
pop af
|
||||
ld bc, 4
|
||||
ld bc, wElevatorDataEnd - wElevatorData
|
||||
call AddNTimes
|
||||
inc hl
|
||||
ld de, wBackupWarpNumber
|
||||
ld a, [wElevatorPointerBank]
|
||||
ld bc, 3
|
||||
ld bc, wElevatorDataEnd - wElevatorData - 1
|
||||
call FarCopyBytes
|
||||
ret
|
||||
|
||||
|
||||
Reference in New Issue
Block a user