diff options
Diffstat (limited to 'battle')
-rw-r--r-- | battle/anim_objects.asm | 2 | ||||
-rw-r--r-- | battle/effect_command_pointers.asm | 2 |
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 |