diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-02 14:37:02 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-02 14:37:02 -0500 |
commit | 72af3337fd8746c51aac273b6c056209e73c7ae0 (patch) | |
tree | 661d1515bcee017ce4652bc02d0691e00992ec9a /battle/effect_command_pointers.asm | |
parent | e0d6e9ca7acf8a23ad70fad405ddf1073dcd4291 (diff) |
No more NONE
Diffstat (limited to 'battle/effect_command_pointers.asm')
-rw-r--r-- | battle/effect_command_pointers.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/effect_command_pointers.asm b/battle/effect_command_pointers.asm index 23beebc16..a337d458b 100644 --- a/battle/effect_command_pointers.asm +++ b/battle/effect_command_pointers.asm @@ -1,5 +1,5 @@ - dw NONE ; padding + dw 0 ; padding BattleCommandPointers: ; 3fd28 dw BattleCommand01 ; 34084 |