summaryrefslogtreecommitdiff
path: root/main.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-04 01:18:54 -0700
committeryenatch <yenatch@gmail.com>2014-06-04 01:18:54 -0700
commit8d2b9f3fcbe7c0b2d52f0394650dd5c3dcb18b02 (patch)
treedb48c1a2ad869b51b3039440fb8077f4dee626cb /main.asm
parentfd8804472d6f2244ae8c74bcd5017967c8cb6b7e (diff)
Remove the FuncCoord macro.
Variables can't use labels, so a macro that doesn't use variables is better suited.
Diffstat (limited to 'main.asm')
-rw-r--r--main.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.asm b/main.asm
index 5a34c0d3f..2db73204b 100644
--- a/main.asm
+++ b/main.asm
@@ -75181,8 +75181,7 @@ Unknown_8c490: ; 8c490
macro_8c490: MACRO
db \1
dw \2
- FuncCoord \3, \4
- dw Coord
+ dw TileMap + SCREEN_WIDTH * \4 + \3
ENDM
macro_8c490 0, Unknown_8c538, 1, 6