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

@@ -146,7 +146,7 @@ MobileMenu_InitMenuBuffers:
ld [hli], a
ld a, $20 ; w2DMenuCursorOffsets
ld [hli], a
; this is a stupid way to load $c3
; could have done "ld a, A_BUTTON | D_UP | D_DOWN | B_BUTTON" instead
ld a, A_BUTTON
add D_UP
add D_DOWN