Skip to content

Commit 26e9de5

Browse files
committed
Fix indentation
1 parent 99af3f4 commit 26e9de5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/pokemon/base_stats.asm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ MACRO tmhm
77
; set bits of bytes
88
rept _NARG
99
if DEF(\1_TMNUM)
10-
DEF n = (\1_TMNUM - 1) / 8
11-
DEF i = (\1_TMNUM - 1) % 8
12-
DEF _tm{d:n} |= 1 << i
10+
DEF n = (\1_TMNUM - 1) / 8
11+
DEF i = (\1_TMNUM - 1) % 8
12+
DEF _tm{d:n} |= 1 << i
1313
else
1414
fail "\1 is not a TM, HM, or tutor move"
1515
endc

0 commit comments

Comments
 (0)