You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Replace some "idiotic", "wtf", "stupid interns" comments with more common "useless", "pointless", "could have done X instead"
This commit is contained in:
@@ -6469,7 +6469,7 @@ Function102e07:
|
||||
jr .okay
|
||||
|
||||
.link_battle
|
||||
; this is idiotic
|
||||
; the next three operations are pointless
|
||||
hlcoord 3, 10
|
||||
ld b, 1
|
||||
ld c, 11
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user