diff options
author | Whatever-Man <57546075+Whatever-Man@users.noreply.github.com> | 2022-04-16 11:49:36 -0600 |
---|---|---|
committer | Whatever-Man <57546075+Whatever-Man@users.noreply.github.com> | 2022-04-16 11:49:36 -0600 |
commit | ba11bc15900565e397647d61e5b0c84aabf22e48 (patch) | |
tree | cf47cad9e73c414afe0a746a2650ff056183b5ed | |
parent | 00eb542703c4a361bad14765638c41f43fc5a261 (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 05bf841..fc14beb 100644 --- a/Maps-that-require-Flash.md +++ b/Maps-that-require-Flash.md @@ -55,7 +55,7 @@ What matters to us are the few lines at and after "cp ROCK_TUNNEL_1F" which are Now to understand, I'm going to separate it up even more. -When entering a new map, this line checks if the new map is ROCK_TUNNEL_1F or more simply maps\RockTunnel1F.blk +When entering a new map from the overworld (as this is in the overworld.asm), this line checks if the new map is ROCK_TUNNEL_1F or more simply maps\RockTunnel1F.blk ```diff cp ROCK_TUNNEL_1F ``` |