diff options
| author | Daniel Harding <33dannye@gmail.com> | 2021-01-20 18:45:14 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-20 18:45:14 -0600 |
| commit | dc57997f0e3268e6c9a621429f01c55a96e21bc8 (patch) | |
| tree | 32040dc6deb308575b0ad9736bab962be311d077 /src/data/attack_animations.asm | |
| parent | ea07840c6eb327b0caddfcaca8bbbfb8173a4eab (diff) | |
| parent | 8a71ce39643684d73f67c87d650d3f352e55103f (diff) | |
Merge pull request #90 from dannye/master
Scripts and labels
Diffstat (limited to 'src/data/attack_animations.asm')
| -rw-r--r-- | src/data/attack_animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/attack_animations.asm b/src/data/attack_animations.asm index b8a3e77..d0bc93b 100644 --- a/src/data/attack_animations.asm +++ b/src/data/attack_animations.asm @@ -21,7 +21,7 @@ anim_end2: MACRO ENDM
PointerTable_AttackAnimation:
- dw $0000 ; ATK_ANIM_NONE
+ dw NULL ; ATK_ANIM_NONE
dw AttackAnimation_Hit ; ATK_ANIM_HIT
dw AttackAnimation_BigHit ; ATK_ANIM_BIG_HIT
dw AttackAnimation_Hit ; ATK_ANIM_3
|
