summaryrefslogtreecommitdiff
path: root/home/map.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-02-23 15:30:21 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-02-23 18:51:32 -0500
commitc3f389d6156cb573c6105059beba67ff0a72d30a (patch)
tree613d6d83ba275174108f4ff299c215e2a7f4dba9 /home/map.asm
parent62fccbbd99ce8c4de44fe658f6247468d192e81d (diff)
Replace some "idiotic", "wtf", "stupid interns" comments with more common "useless", "pointless", "could have done X instead"
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.