Fix indentation

This commit is contained in:
Rangi42 2024-12-16 10:48:48 -05:00
parent 99af3f4f3b
commit 26e9de55d6
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ MACRO tmhm
; set bits of bytes ; set bits of bytes
rept _NARG rept _NARG
if DEF(\1_TMNUM) if DEF(\1_TMNUM)
DEF n = (\1_TMNUM - 1) / 8 DEF n = (\1_TMNUM - 1) / 8
DEF i = (\1_TMNUM - 1) % 8 DEF i = (\1_TMNUM - 1) % 8
DEF _tm{d:n} |= 1 << i DEF _tm{d:n} |= 1 << i
else else
fail "\1 is not a TM, HM, or tutor move" fail "\1 is not a TM, HM, or tutor move"
endc endc