diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-23 15:30:21 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-02-23 18:51:32 -0500 |
commit | c3f389d6156cb573c6105059beba67ff0a72d30a (patch) | |
tree | 613d6d83ba275174108f4ff299c215e2a7f4dba9 /mobile/mobile_menu.asm | |
parent | 62fccbbd99ce8c4de44fe658f6247468d192e81d (diff) |
Replace some "idiotic", "wtf", "stupid interns" comments with more common "useless", "pointless", "could have done X instead"
Diffstat (limited to 'mobile/mobile_menu.asm')
-rw-r--r-- | mobile/mobile_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_menu.asm b/mobile/mobile_menu.asm index bf8560309..ec6d2b6aa 100644 --- a/mobile/mobile_menu.asm +++ b/mobile/mobile_menu.asm @@ -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 |