summaryrefslogtreecommitdiff
path: root/engine/bcd.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 /engine/bcd.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 'engine/bcd.asm')
-rwxr-xr-xengine/bcd.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/bcd.asm b/engine/bcd.asm
index 7b7c1b8..6b561df 100755
--- a/engine/bcd.asm
+++ b/engine/bcd.asm
@@ -2,7 +2,7 @@ INCLUDE "constants.asm"
SECTION "engine/bcd.asm", ROMX
-AddBCD: ; 03:4de3
+AddBCD:
and a
ld b, c
.add
@@ -29,7 +29,7 @@ AddBCD: ; 03:4de3
ret
-SubBCD: ; 03:4df9
+SubBCD:
and a
ld b, c
.sub