summaryrefslogtreecommitdiff
path: root/battle
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-02 14:37:02 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-02 14:37:02 -0500
commit72af3337fd8746c51aac273b6c056209e73c7ae0 (patch)
tree661d1515bcee017ce4652bc02d0691e00992ec9a /battle
parente0d6e9ca7acf8a23ad70fad405ddf1073dcd4291 (diff)
No more NONE
Diffstat (limited to 'battle')
-rw-r--r--battle/anim_objects.asm2
-rw-r--r--battle/effect_command_pointers.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/battle/anim_objects.asm b/battle/anim_objects.asm
index 21707f14c..f4aea5163 100644
--- a/battle/anim_objects.asm
+++ b/battle/anim_objects.asm
@@ -24,7 +24,7 @@ Functioncc9a1: ; cc9a1 (33:49a1)
Functioncc9bd: ; cc9bd
- ld hl, NONE
+ ld hl, 0
add hl, bc
ld [hl], $0
ret
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