From 553a272e52182d0a0869a3cca420a6c6f826804e Mon Sep 17 00:00:00 2001 From: Idain Date: Wed, 21 Sep 2022 23:01:39 -0400 Subject: [PATCH] TYPO: NUM_MOVE_EFECTS > NUM_MOVE_EFFECTS (#1009) --- constants/move_effect_constants.asm | 2 +- data/moves/effects_pointers.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constants/move_effect_constants.asm b/constants/move_effect_constants.asm index 3432cfbfc..0477a6b8c 100644 --- a/constants/move_effect_constants.asm +++ b/constants/move_effect_constants.asm @@ -157,4 +157,4 @@ const EFFECT_BEAT_UP const EFFECT_FLY const EFFECT_DEFENSE_CURL -DEF NUM_MOVE_EFECTS EQU const_value +DEF NUM_MOVE_EFFECTS EQU const_value diff --git a/data/moves/effects_pointers.asm b/data/moves/effects_pointers.asm index 6f8fb2e99..c83492602 100644 --- a/data/moves/effects_pointers.asm +++ b/data/moves/effects_pointers.asm @@ -158,4 +158,4 @@ MoveEffectsPointers: dw BeatUp dw Fly dw DefenseCurl - assert_table_length NUM_MOVE_EFECTS + assert_table_length NUM_MOVE_EFFECTS