Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Dec 16, 2024
1 parent 99af3f4 commit 26e9de5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/pokemon/base_stats.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26e9de5

Please sign in to comment.