Skip to content

Commit

Permalink
fix garbled floor 0 when reloading after blind
Browse files Browse the repository at this point in the history
  • Loading branch information
binji committed Sep 28, 2022
1 parent c5aef4b commit c376be5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gameplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@ void sight(void) NONBANKED {
}
}

void sight_blind(void) {
void sight_blind(void) NONBANKED {
u8 index, pos;

pos = mob_pos[PLAYER_MOB];
Expand Down

0 comments on commit c376be5

Please sign in to comment.