summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-02-24 00:58:44 +0100
committerGitHub <noreply@github.com>2020-02-24 00:58:44 +0100
commit25794633f193e46a7844ea065c5932ec6e11765e (patch)
tree613d6d83ba275174108f4ff299c215e2a7f4dba9 /home/map.asm
parent62fccbbd99ce8c4de44fe658f6247468d192e81d (diff)
parentc3f389d6156cb573c6105059beba67ff0a72d30a (diff)
Merge pull request #688 from Rangi42/master
Edit some comments about bad code
Diffstat (limited to 'home/map.asm')
-rw-r--r--home/map.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map.asm b/home/map.asm
index 0b7bb6eac..a2268d51a 100644
--- a/home/map.asm
+++ b/home/map.asm
@@ -592,7 +592,7 @@ ReadObjectEvents::
jr z, .skip
; jr c, .skip
-; stupid waste of time and space
+ ; could have done "inc hl" instead
ld bc, 1
add hl, bc
; Fill the remaining sprite IDs and y coords with 0 and -1, respectively.