summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWhatever-Man <57546075+Whatever-Man@users.noreply.github.com>2022-04-16 11:52:10 -0600
committerWhatever-Man <57546075+Whatever-Man@users.noreply.github.com>2022-04-16 11:52:10 -0600
commit7fc41a3ced2929de5041e9e566773a0e5d3ef052 (patch)
tree07927061dd6d0338fdfcc92df0bda2daf8ebce3c
parentba11bc15900565e397647d61e5b0c84aabf22e48 (diff)
Updated Maps that require Flash (markdown)HEADmaster
-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 fc14beb..4d49767 100644
--- a/Maps-that-require-Flash.md
+++ b/Maps-that-require-Flash.md
@@ -113,7 +113,7 @@ This applies the FLASH-needed states before it checks for notRockTunnel.
ld a, $06 ; needs FLASH
ld [wMapPalOffset], a ; needs FLASH
call GBFadeOutToBlack ; needs FLASH
-.notRockTunnel ; Jump-to location if skipping apply-FLASH
+.notRockTunnel ; Jump-to location if skipping apply-FLASH
call PlayMapChangeSound
jr .done
```