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:
@@ -500,7 +500,7 @@ TrySurfOW::
|
||||
jr z, .quit
|
||||
|
||||
; Must be facing water.
|
||||
ld a, [wEngineBuffer1]
|
||||
ld a, [wFacingTileID]
|
||||
call GetTileCollision
|
||||
cp WATERTILE
|
||||
jr nz, .quit
|
||||
|
||||
Reference in New Issue
Block a user