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
|
||||
rept _NARG
|
||||
if DEF(\1_TMNUM)
|
||||
DEF n = (\1_TMNUM - 1) / 8
|
||||
DEF i = (\1_TMNUM - 1) % 8
|
||||
DEF _tm{d:n} |= 1 << i
|
||||
DEF n = (\1_TMNUM - 1) / 8
|
||||
DEF i = (\1_TMNUM - 1) % 8
|
||||
DEF _tm{d:n} |= 1 << i
|
||||
else
|
||||
fail "\1 is not a TM, HM, or tutor move"
|
||||
endc
|
||||
|
|
Loading…
Reference in New Issue