diff options
-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 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 ``` |