mirror of https://github.com/pret/pokecrystal.git
Fix indentation
This commit is contained in:
parent
99af3f4f3b
commit
26e9de55d6
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue