diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-09-20 16:01:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-20 16:01:29 -0400 |
commit | 0688c8c43a3db800a7af4b69a2efea229cf31ec5 (patch) | |
tree | a08cd946f4b421f2d25e246df3d6d3375dc5ea05 /engine/math/math.asm | |
parent | e789ee48b65e8cc08104ef06de4b08c9ef9d117d (diff) | |
parent | 8900eb7ad06931b78dcb91e0c2e7db583090aa06 (diff) |
Merge pull request #72 from jd-0/master
Remove address comments
Diffstat (limited to 'engine/math/math.asm')
-rw-r--r-- | engine/math/math.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/math/math.asm b/engine/math/math.asm index 02d8040..750ada8 100644 --- a/engine/math/math.asm +++ b/engine/math/math.asm @@ -2,7 +2,7 @@ include "constants.asm" SECTION "engine/math/math.asm", ROMX -_Multiply:: ; 6810 +_Multiply:: ; hMultiplier is one byte. ld a, 8 @@ -89,7 +89,7 @@ _Multiply:: ; 6810 ; 6870 -_Divide:: ; 6870 +_Divide:: xor a ldh [hMathBuffer + 0], a ldh [hMathBuffer + 1], a |