From 5a17398378913e0116090edc78c382c7565440a7 Mon Sep 17 00:00:00 2001 From: Whatever-Man <57546075+Whatever-Man@users.noreply.github.com> Date: Sat, 16 Apr 2022 11:47:13 -0600 Subject: Updated Maps that require Flash (markdown) --- Maps-that-require-Flash.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maps-that-require-Flash.md b/Maps-that-require-Flash.md index 0b8255a..8f52bff 100644 --- a/Maps-that-require-Flash.md +++ b/Maps-that-require-Flash.md @@ -62,7 +62,7 @@ When entering a new map, this line checks if the new map is ROCK_TUNNEL_1F or mo The next line gives a divergent destination based on if yes/no. "jr" means "Jump to close location". -"nz" means "If equals zero", or in other words, "If not RockTunnel", since that is what we checked for. +"nz" means "If not equals zero", or "if zero flag is not set". In other words, "If not RockTunnel", since that is what we checked for. It translates to "If not ROCK_TUNNEL_1F, then skip the next few lines and go to the sub-section ".notRockTunnel" ```diff jr nz, .notRockTunnel -- cgit v1.2.3