ref: 553a272e52182d0a0869a3cca420a6c6f826804e
parent: 29fada7d8c08fb04c9aee9408f6acb3cc44fad51
author: Idain <luiscarlosholguinperez@outlook.com>
date: Wed Sep 21 19:01:39 EDT 2022
TYPO: NUM_MOVE_EFECTS > NUM_MOVE_EFFECTS (#1009)
--- 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
--- a/data/moves/effects_pointers.asm
+++ b/data/moves/effects_pointers.asm
@@ -158,4 +158,4 @@
dw BeatUp
dw Fly
dw DefenseCurl
- assert_table_length NUM_MOVE_EFECTS
+ assert_table_length NUM_MOVE_EFFECTS