diff options
author | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-05 14:01:18 -0500 |
---|---|---|
committer | U-Daniel-PC\Daniel <corrnondacqb@yahoo.com> | 2015-06-05 15:10:39 -0500 |
commit | d48ea223eaad84af95e4f29043c279b56aa4ae88 (patch) | |
tree | 2fd8807ed257d9d9f03e351c2d6a71d7b208d671 /macros.asm | |
parent | b0b1f88b9466f0414e4a6c782b5348f46768c8c4 (diff) |
Fix a lot of bugs
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ callsb: MACRO ld a, BANK(\1) call BankswitchCommon call \1 + ENDM callba: MACRO ld b, BANK(\1) |