From 110e21a1d846669919bc0cf3bf4d459274fe7975 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 5 Oct 2020 20:08:24 -0400 Subject: This is not actually over 9000 --- home/map.asm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/map.asm b/home/map.asm index 44f8449..76aa499 100644 --- a/home/map.asm +++ b/home/map.asm @@ -1197,7 +1197,7 @@ ApplyFlashlight:: jr z, .force_2 cp 3 jr z, .force_3 - jp .force_9001 + jp .force_4 .no_flashlight ld de, wTileMap @@ -1265,8 +1265,8 @@ ENDM redraw_with_flashlight 3 ret -.force_9001 - ; Actually force 4, but this also applies to larger values +.force_4 + ; This also applies to larger values than 4 decoord 4 * 2, 4 * 2 ld bc, 4 * $32 ; TODO: constantify the $32 add hl, bc -- cgit v1.2.3