summaryrefslogtreecommitdiff
path: root/home/math.asm
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2020-08-29 00:17:28 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2020-08-29 00:17:28 +0100
commit2bf30e571aa8d7268250a845784098df4c30f531 (patch)
tree2378ea3077fe12b6eb3eb33c4e281a405c45dc97 /home/math.asm
parente4f053e312b7cce44e2b4e9b8449f3e724dda0bc (diff)
parente9e60965a8ebe4939eb226832e21449c188d8e46 (diff)
Resolved conflict caused by my changes.
Diffstat (limited to 'home/math.asm')
-rw-r--r--home/math.asm6
1 files changed, 1 insertions, 5 deletions
diff --git a/home/math.asm b/home/math.asm
index dd7718d..c9d9f5c 100644
--- a/home/math.asm
+++ b/home/math.asm
@@ -1,10 +1,6 @@
include "constants.asm"
-; if DEBUG
SECTION "home/math.asm", ROM0
-; else
-; SECTION "Math utility functions", ROM0 [$3344]
-; endc
Multiply::
push hl
@@ -22,4 +18,4 @@ Divide::
pop bc
pop de
pop hl
- ret \ No newline at end of file
+ ret