diff options
author | Whatever-Man <57546075+Whatever-Man@users.noreply.github.com> | 2022-04-16 11:48:39 -0600 |
---|---|---|
committer | Whatever-Man <57546075+Whatever-Man@users.noreply.github.com> | 2022-04-16 11:48:39 -0600 |
commit | 00eb542703c4a361bad14765638c41f43fc5a261 (patch) | |
tree | 2ca558eb3f116bac0c82c378c872c037cf824fb7 | |
parent | 5a17398378913e0116090edc78c382c7565440a7 (diff) |
Updated Maps that require Flash (markdown)
-rw-r--r-- | Maps-that-require-Flash.md | 2 |
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 |