summaryrefslogtreecommitdiff
path: root/audio/engine_3.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-01-27 16:22:41 -0500
committeryenatch <yenatch@gmail.com>2014-01-27 16:24:13 -0500
commit1b9ee46af9f8baac0d266a54130115a719788377 (patch)
tree8ac61c0752dc74da0677cb26fe4db6362db5b2b7 /audio/engine_3.asm
parent6bde08504fdc336b1d458bab0bed4ef649cae25a (diff)
Get rid of globals.asm. Use ::s to export labels between objects.
globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third.
Diffstat (limited to 'audio/engine_3.asm')
-rw-r--r--audio/engine_3.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/engine_3.asm b/audio/engine_3.asm
index 1f285ee6..15237f57 100644
--- a/audio/engine_3.asm
+++ b/audio/engine_3.asm
@@ -1,6 +1,6 @@
; The third of three duplicated sound engines.
-Func_7d177: ; 7d177 (1f:5177)
+Func_7d177:: ; 7d177 (1f:5177)
ld c, CH0
.loop
ld b, $0
@@ -1273,7 +1273,7 @@ Func_7d8cc: ; 7d8cc (1f:58cc)
ld d, a
ret
-Func_7d8ea: ; 7d8ea (1f:58ea)
+Func_7d8ea:: ; 7d8ea (1f:58ea)
ld [$c001], a
cp $ff
jp z, Func_7daa8