diff options
| author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-10-05 20:08:24 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-10-05 20:08:24 -0400 |
| commit | 110e21a1d846669919bc0cf3bf4d459274fe7975 (patch) | |
| tree | 7776f4ff9ec3a59815b4dd6ba4f60c137260f45c | |
| parent | f7000f066941779d75ef445ed534c7126ae08a6b (diff) | |
This is not actually over 9000
| -rw-r--r-- | home/map.asm | 6 |
1 files 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 |
