No more mobile EQUS ret (replace with Stubbed_ + ret)

This commit is contained in:
xCrystal
2018-01-02 20:00:14 +01:00
parent b4e087167f
commit aa9a0a900d
39 changed files with 193 additions and 151 deletions

View File

@@ -1570,7 +1570,7 @@ StepType05: ; 4e0c
ld [hl], a
call IncrementObjectStructField1c
StepType04: ; 4e21
call MobileFn_4fb2
call Stubbed_Function4fb2
ld hl, OBJECT_DIRECTION_WALKING
add hl, bc
ld [hl], STANDING
@@ -1578,7 +1578,7 @@ StepType04: ; 4e21
; 4e2b
NPCStep: ; 4e2b
call MobileFn_4fb2
call Stubbed_Function4fb2
call AddStepVector
ld hl, OBJECT_STEP_DURATION
add hl, bc
@@ -1841,7 +1841,8 @@ SkyfallTop: ; 4f83
ret
; 4fb2
MobileFn_4fb2: mobile
Stubbed_Function4fb2:
ret
ld hl, OBJECT_1D
add hl, bc
inc [hl]