diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-06 00:00:51 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-06 00:00:51 -0500 |
commit | f928a5da6abc28af3f4e68650dfecc06a0a6f56a (patch) | |
tree | bf225e6c4e2cad2b59e41290f42e205d50b34b44 /macros.asm | |
parent | 08fb4c22ef11f7ea99abe9c6ff0e73bbcd8fb239 (diff) |
Building no longer depends on baserom.gbc being present
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -44,10 +44,6 @@ const: MACRO const_value = const_value + 1 ENDM -dr: MACRO -INCBIN "baserom.gbc",\1,\2 - \1 -ENDM - homecall_jump: MACRO ld a, [H_LOADEDROMBANK] push af |