Consistent if/else/endc (matches rept/endr) and DEF (matches BANK/HIGH/LOW)

This commit is contained in:
Remy Oukaour
2017-12-28 21:22:35 -05:00
committed by yenatch
parent 4c35f3ac85
commit b9a68fec25
12 changed files with 40 additions and 40 deletions

View File

@@ -43,9 +43,9 @@ debgcoord EQUS "bgcoord de,"
bcbgcoord EQUS "bgcoord bc,"
bgcoord: MACRO
IF _NARG >= 4
if _NARG >= 4
ld \1, \3 bgrows + \2 + \4
ELSE
else
ld \1, \3 bgrows + \2 + vBGMap0
ENDC
endc
ENDM