diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-19 13:16:18 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-19 13:16:18 -0400 |
commit | 03570a514e0bd4c64205b904b528b00d888a6d7f (patch) | |
tree | e52e67b2ec0265ada2a497c9dd11e6405d91b234 | |
parent | ae50b1148ae48aa083e6d26dd27a662fffb950ed (diff) |
Correct comment
-rw-r--r-- | data/types/type_matchups.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/types/type_matchups.asm b/data/types/type_matchups.asm index 90e38ae2c..3cd0f609b 100644 --- a/data/types/type_matchups.asm +++ b/data/types/type_matchups.asm @@ -109,11 +109,11 @@ TypeMatchups: ; 34bb1 db STEEL, ROCK, SUPER_EFFECTIVE db STEEL, STEEL, NOT_VERY_EFFECTIVE - db -2 ; end + db -2 ; end (with Foresight) ; Foresight removes Ghost's immunities. db NORMAL, GHOST, NO_EFFECT db FIGHTING, GHOST, NO_EFFECT - db -1 ; end (with Foresight) + db -1 ; end ; 34cfd |