summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-25 19:08:54 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-25 19:08:54 -0400
commit9b4b0f179048915bb013e95a2342c574b0a9a5bf (patch)
tree691fb611e2f9d8f4bae81e8f98dcbd4e8fa34210 /constants
parent016ce20442a54391f2da95e1a7843846c304bbb7 (diff)
Replace pcm arguments with pcm file labels
Diffstat (limited to 'constants')
-rw-r--r--constants/pikachu_emotion_constants.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/constants/pikachu_emotion_constants.asm b/constants/pikachu_emotion_constants.asm
index bce84eb7..22c1d8ea 100644
--- a/constants/pikachu_emotion_constants.asm
+++ b/constants/pikachu_emotion_constants.asm
@@ -35,7 +35,11 @@ ENDM
pikaemotion_pcm: MACRO
db PIKAEMOTION_PLAYPCMSOUNDCLIP
- db \1
+IF _NARG > 0
+ dpikacry \1
+ELSE
+ db $ff
+ENDC
ENDM
pikaemotion_emotebubble: MACRO