summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Maps-that-require-Flash.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Maps-that-require-Flash.md b/Maps-that-require-Flash.md
index 8f52bff..05bf841 100644
--- a/Maps-that-require-Flash.md
+++ b/Maps-that-require-Flash.md
@@ -68,7 +68,7 @@ It translates to "If not ROCK_TUNNEL_1F, then skip the next few lines and go to
jr nz, .notRockTunnel
```
-If it is yes ROCK_TUNNEL_1F, then it continues down the command list and loads the next 3 lines that have as an effect to create the "FLASH needed" state.
+If it is yes ROCK_TUNNEL_1F, then the jump is not activated, it continues down the command list and loads the next 3 lines that have as an effect to create the "FLASH needed" state.
```diff
ld a, $06
ld [wMapPalOffset], a