aboutsummaryrefslogtreecommitdiffstats
path: root/constants/pikachu_emotion_constants.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-06 12:09:36 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-06 12:09:36 -0400
commit96a58ce52ac4b8c4c8b2ecbf0f185d1ebda10a6e (patch)
tree94af78e339c96436e8ee2180e19279788659056d /constants/pikachu_emotion_constants.asm
parentMore printer labels (diff)
downloadpokeyellow-96a58ce52ac4b8c4c8b2ecbf0f185d1ebda10a6e.tar.gz
pokeyellow-96a58ce52ac4b8c4c8b2ecbf0f185d1ebda10a6e.tar.xz
pokeyellow-96a58ce52ac4b8c4c8b2ecbf0f185d1ebda10a6e.zip
Split out pikachu engine functions; sprite state data macros
Diffstat (limited to 'constants/pikachu_emotion_constants.asm')
-rw-r--r--constants/pikachu_emotion_constants.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/pikachu_emotion_constants.asm b/constants/pikachu_emotion_constants.asm
index 22c1d8ea..ff56082a 100644
--- a/constants/pikachu_emotion_constants.asm
+++ b/constants/pikachu_emotion_constants.asm
@@ -47,12 +47,12 @@ pikaemotion_emotebubble: MACRO
db \1
ENDM
-pikaemotion_4: MACRO
+pikaemotion_movement: MACRO
db PIKAEMOTION_4
dw \1
ENDM
-pikaemotion_5: MACRO
+pikaemotion_pikapic: MACRO
db PIKAEMOTION_5
db \1
ENDM