TYPO: NUM_MOVE_EFECTS > NUM_MOVE_EFFECTS (#1009)

This commit is contained in:
Idain 2022-09-21 23:01:39 -04:00 committed by GitHub
parent 29fada7d8c
commit 553a272e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -158,4 +158,4 @@ MoveEffectsPointers:
dw BeatUp
dw Fly
dw DefenseCurl
assert_table_length NUM_MOVE_EFECTS
assert_table_length NUM_MOVE_EFFECTS