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