diff options
author | anmart <andrewrmartinek@gmail.com> | 2016-02-27 20:27:27 -0500 |
---|---|---|
committer | anmart <andrewrmartinek@gmail.com> | 2016-02-27 20:27:27 -0500 |
commit | f6e334247f61ab72576a6e6aedffd611bcde749a (patch) | |
tree | 8869005a48785d47f999b7dc5b1e9f3d88699535 /src/data/effect_commands.asm | |
parent | a78bf961bf7862684cc6d12a3cbf624727ff9408 (diff) |
Misc fixes
Labeled some things and fixed a few labels
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 3946ee8..103abfd 100644 --- a/src/data/effect_commands.asm +++ b/src/data/effect_commands.asm @@ -1345,7 +1345,7 @@ RaticateSuperFangEffectCommands: dbw $09, $6f01 db $00 -; Unreferenced? +TrainerCardAsPokemonEffectCommands: dbw $02, $6f18 dbw $03, $6f3c dbw $05, $6f27 |