Replace some "idiotic", "wtf", "stupid interns" comments with more common "useless", "pointless", "could have done X instead"

This commit is contained in:
Rangi
2020-02-23 15:30:21 -05:00
parent 62fccbbd99
commit c3f389d615
8 changed files with 10 additions and 11 deletions

View File

@@ -122,9 +122,10 @@ RefreshPlayerCoords:
ld hl, wPlayerLastMapY
ld [hl], e
ld e, a
; the next three lines are useless
ld a, [wObjectFollow_Leader]
cp $0
ret nz ; wtf
ret nz
ret
CopyObjectStruct::