diff options
author | yenatch <yenatch@gmail.com> | 2014-06-04 01:18:54 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-04 01:18:54 -0700 |
commit | 8d2b9f3fcbe7c0b2d52f0394650dd5c3dcb18b02 (patch) | |
tree | db48c1a2ad869b51b3039440fb8077f4dee626cb /main.asm | |
parent | fd8804472d6f2244ae8c74bcd5017967c8cb6b7e (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.asm | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |