summaryrefslogtreecommitdiff
path: root/constants
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-08 21:15:53 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-08 21:15:53 -0400
commit2090d3ec05594cdff92979fa892c5a4a05134d7c (patch)
tree875e68221a0a4c09fb182b97b2647843fed6a460 /constants
parent5b3c788c46759023f1bd4470ffef306b8c0e5a39 (diff)
Pikachu movement functions
Diffstat (limited to 'constants')
-rw-r--r--constants/pikachu_emotion_constants.asm14
1 files changed, 12 insertions, 2 deletions
diff --git a/constants/pikachu_emotion_constants.asm b/constants/pikachu_emotion_constants.asm
index a8ed4cea..e8877026 100644
--- a/constants/pikachu_emotion_constants.asm
+++ b/constants/pikachu_emotion_constants.asm
@@ -16,7 +16,7 @@ ldpikaemotion: macro
; Starter Pikachu emotion commands constants
-const_value = 0
+ const_def
const PIKAEMOTION_DUMMY1
const PIKAEMOTION_PRINTTEXT
const PIKAEMOTION_PLAYPCMSOUNDCLIP
@@ -29,7 +29,7 @@ const_value = 0
const PIKAEMOTION_9
const PIKAEMOTION_DUMMY3
-const_value = 0
+ const_def
const PIKAEMOTION_SUBCMD_LOADEXTRAPIKASPRITES
const PIKAEMOTION_SUBCMD_LOADFONT
const PIKAEMOTION_SUBCMD_SHOWMAPVIEW
@@ -38,6 +38,16 @@ const_value = 0
const PIKAEMOTION_SUBCMD_CHECKLAVENDERTOWER
const PIKAEMOTION_SUBCMD_CHECKBILLSHOUSE
+ const_def
+ const PIKASTEPDIR_DOWN
+ const PIKASTEPDIR_UP
+ const PIKASTEPDIR_LEFT
+ const PIKASTEPDIR_RIGHT
+ const PIKASTEPDIR_DOWN_LEFT
+ const PIKASTEPDIR_DOWN_RIGHT
+ const PIKASTEPDIR_UP_LEFT
+ const PIKASTEPDIR_UP_RIGHT
+
; Macros for commands
pikaemotion_dummy1: MACRO