summaryrefslogtreecommitdiff
path: root/home/misc_32c8.asm
diff options
context:
space:
mode:
authorjd-0 <44876081+jd-0@users.noreply.github.com>2020-09-20 12:07:01 -0700
committerjd-0 <44876081+jd-0@users.noreply.github.com>2020-09-20 12:07:01 -0700
commit8900eb7ad06931b78dcb91e0c2e7db583090aa06 (patch)
treea08cd946f4b421f2d25e246df3d6d3375dc5ea05 /home/misc_32c8.asm
parente789ee48b65e8cc08104ef06de4b08c9ef9d117d (diff)
Remove address comments
Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4}
Diffstat (limited to 'home/misc_32c8.asm')
-rw-r--r--home/misc_32c8.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/misc_32c8.asm b/home/misc_32c8.asm
index 3fafade..a12b81d 100644
--- a/home/misc_32c8.asm
+++ b/home/misc_32c8.asm
@@ -43,7 +43,7 @@ WaitPressedAny::
; Reset hJoypadSum to clear button history
xor a
ldh [hJoypadSum], a
-.loop: ; 00:369d
+.loop:
; Wait for joypad polling.
call DelayFrame
@@ -53,7 +53,7 @@ WaitPressedAny::
jr z, .not_pressed
and d
ret nz
-.not_pressed: ; 00:36a7
+.not_pressed:
; If bc < 0, don't check timeout.
bit 7, b