diff options
Diffstat (limited to 'engine/overworld/doors.asm')
-rwxr-xr-x | engine/overworld/doors.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/overworld/doors.asm b/engine/overworld/doors.asm index 85ff58b2..ac345af9 100755 --- a/engine/overworld/doors.asm +++ b/engine/overworld/doors.asm @@ -1,5 +1,5 @@ -; returns whether the player is standing on a door in carry -IsPlayerStandingOnDoor: ; 1a609 (6:6609) +; returns whether the player is standing on a door tile in carry +IsPlayerStandingOnDoorTile: ; 1a609 (6:6609) push de ld hl, DoorTileIDPointers ; $662c ld a, [W_CURMAPTILESET] ; W_CURMAPTILESET |