Name some unnamed animation constants (#396)

This commit is contained in:
Vortyne 2023-03-25 23:31:59 -04:00 committed by GitHub
parent a76ae055cc
commit 17eaf761e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 20 deletions

View file

@ -3327,7 +3327,7 @@ CheckPlayerStatusConditions:
; fast asleep
xor a
ld [wAnimationType], a
ld a, SLP_ANIM - 1
ld a, SLP_PLAYER_ANIM
call PlayMoveAnimation
ld hl, FastAsleepText
call PrintText
@ -3411,7 +3411,7 @@ CheckPlayerStatusConditions:
call PrintText
xor a
ld [wAnimationType], a
ld a, CONF_ANIM - 1
ld a, CONF_PLAYER_ANIM
call PlayMoveAnimation
call BattleRandom
cp 50 percent + 1 ; chance to hurt itself