diff options
author | Whatever-Man <57546075+Whatever-Man@users.noreply.github.com> | 2022-04-16 11:52:10 -0600 |
---|---|---|
committer | Whatever-Man <57546075+Whatever-Man@users.noreply.github.com> | 2022-04-16 11:52:10 -0600 |
commit | 7fc41a3ced2929de5041e9e566773a0e5d3ef052 (patch) | |
tree | 07927061dd6d0338fdfcc92df0bda2daf8ebce3c /Maps-that-require-Flash.md | |
parent | ba11bc15900565e397647d61e5b0c84aabf22e48 (diff) |
Diffstat (limited to 'Maps-that-require-Flash.md')
-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 ``` |