Skip to content

Commit

Permalink
Fix for broken gray roofs not warping
Browse files Browse the repository at this point in the history
  • Loading branch information
JustRegularLuna committed Nov 7, 2018
1 parent 7df8016 commit 3d4696f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/overworld/player_state.asm
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ IsWarpTileInFrontOfPlayer:
dw .facingRightWarpTiles

.facingDownWarpTiles
db $01,$12,$17,$26,$3D,$04,$18,$33,$1C,$FF
db $01,$12,$17,$26,$3D,$04,$18,$33,$1C,$61,$FF

.facingUpWarpTiles
db $01,$5C,$FF
Expand Down

0 comments on commit 3d4696f

Please sign in to comment.