Skip to content

Commit

Permalink
Add Surf tile pair comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Alchav authored Oct 22, 2023
1 parent e24ccbe commit f6421ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/overworld.asm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ OverworldLoopLessDelay::
bit 0, a
jr nz, .checkForOpponent
lda_coord 8, 9
ld [wTilePlayerStandingOn], a
ld [wTilePlayerStandingOn], a ; checked when using Surf for forbidden tile pairs
call DisplayTextID ; display either the start menu or the NPC/sign text
ld a, [wEnteringCableClub]
and a
Expand Down

0 comments on commit f6421ee

Please sign in to comment.