summaryrefslogtreecommitdiff
path: root/Maps-that-require-Flash.md
diff options
context:
space:
mode:
Diffstat (limited to 'Maps-that-require-Flash.md')
-rw-r--r--Maps-that-require-Flash.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Maps-that-require-Flash.md b/Maps-that-require-Flash.md
index 08ce937..f34a0ef 100644
--- a/Maps-that-require-Flash.md
+++ b/Maps-that-require-Flash.md
@@ -174,8 +174,8 @@ We just have to insert the check after the Rock Tunnel check and the jump locati
So the end result would be as follows:
```diff
- cp ROCK_TUNNEL_1F
- jr n, .yesRockTunnel ; New ; If yes, then jump to exception.
+ cp ROCK_TUNNEL_1F ; Checks if ROCK_TUNNEL_1F
+ jr n, .yesRockTunnel ; If yes, then jump to .yesRockTunnel
+ cp POWER_PLANT ; Checks if POWER_PLANT
+ jr n, .yesPowerPlant ; If yes, then jump to .yesPowerPlant
call PlayMapChangeSound ; New Normal ; no FLASH needed