Creation of constants for OBJECT_09 indices

This commit is contained in:
PikalaxALT
2015-11-13 18:59:49 -05:00
parent 01fe51df0c
commit cc8c36ee14
12 changed files with 330 additions and 255 deletions

View File

@@ -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