diff options
Diffstat (limited to 'Physical-Special-split.md')
-rw-r--r-- | Physical-Special-split.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Physical-Special-split.md b/Physical-Special-split.md index 6beb09c..5729bfd 100644 --- a/Physical-Special-split.md +++ b/Physical-Special-split.md @@ -335,7 +335,7 @@ Create **engine/pokemon/categories.asm**: + call GetFarByte + +; Mask out the type -+ and $ff ^ TYPE_MASK ++ and ~TYPE_MASK +; Shift the category bits into the range 0-2 + rlc a + rlc a |