summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-13 18:59:49 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-13 18:59:49 -0500
commitcc8c36ee149b287b7a1cabb85abb4bf42873a3b2 (patch)
treeeca073a298889f307efc19d27a3d2ee740e102cd /macros
parent01fe51df0ca5c6e2f99df9f34d308ff98516478d (diff)
Creation of constants for OBJECT_09 indices
Diffstat (limited to 'macros')
-rw-r--r--macros/movement.asm5
1 files changed, 4 insertions, 1 deletions
diff --git a/macros/movement.asm b/macros/movement.asm
index 2b5720832..0b018f7d6 100644
--- a/macros/movement.asm
+++ b/macros/movement.asm
@@ -388,7 +388,10 @@ step_wait5: macro
db movement_step_wait5 ; $4f
endm
-__enum__ = $51
+ enum movement_step_bump
+step_bump: macro
+ db movement_step_bump ; $50
+ endm
enum movement_fish_got_bite
fish_got_bite: macro