diff options
author | dannye <33dannye@gmail.com> | 2020-12-05 23:03:40 -0600 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2020-12-05 23:03:40 -0600 |
commit | b1dfed568a346d407f8925a6561c27c23c96adfa (patch) | |
tree | eb73f16b923fcb26a3a7230f00e72c5687762e9f /src/data/effect_commands.asm | |
parent | ff2d704ab42fdabb33a222a497d15ddb84bd314f (diff) | |
parent | 66a5ec1006d54e0e48d544bc0514fba169d47954 (diff) |
Merge branch 'master' of https://github.com/pret/poketcg
Diffstat (limited to 'src/data/effect_commands.asm')
-rw-r--r-- | src/data/effect_commands.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/effect_commands.asm b/src/data/effect_commands.asm index 171c241..7360aff 100644 --- a/src/data/effect_commands.asm +++ b/src/data/effect_commands.asm @@ -1491,7 +1491,7 @@ FullHealEffectCommands: db $00 ImposterProfessorOakEffectCommands: - dbw EFFECTCMDTYPE_BEFORE_DAMAGE, $74e1 + dbw EFFECTCMDTYPE_BEFORE_DAMAGE, ImposterProfessorOakEffect db $00 ComputerSearchEffectCommands: |