From 72af3337fd8746c51aac273b6c056209e73c7ae0 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Mon, 2 Nov 2015 14:37:02 -0500 Subject: No more NONE --- battle/anim_objects.asm | 2 +- battle/effect_command_pointers.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'battle') 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 -- cgit v1.2.3