Fix inaccurate denotations to the concepts of tile, tile collision, and collision permission (#1078)
This commit is contained in:
@@ -97,11 +97,11 @@ SkipUpdateMapSprites:
|
||||
|
||||
CheckUpdatePlayerSprite:
|
||||
nop
|
||||
call .CheckBiking
|
||||
call .CheckForcedBiking
|
||||
jr c, .ok
|
||||
call .CheckSurfing
|
||||
jr c, .ok
|
||||
call .CheckSurfing2
|
||||
call .ResetSurfingOrBikingState
|
||||
jr c, .ok
|
||||
ret
|
||||
|
||||
@@ -109,7 +109,7 @@ CheckUpdatePlayerSprite:
|
||||
call UpdatePlayerSprite
|
||||
ret
|
||||
|
||||
.CheckBiking:
|
||||
.CheckForcedBiking:
|
||||
and a
|
||||
ld hl, wBikeFlags
|
||||
bit BIKEFLAGS_ALWAYS_ON_BIKE_F, [hl]
|
||||
@@ -119,7 +119,7 @@ CheckUpdatePlayerSprite:
|
||||
scf
|
||||
ret
|
||||
|
||||
.CheckSurfing2:
|
||||
.ResetSurfingOrBikingState:
|
||||
ld a, [wPlayerState]
|
||||
cp PLAYER_NORMAL
|
||||
jr z, .nope
|
||||
|
Reference in New Issue
Block a user