diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 21:59:03 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-26 21:59:03 -0500 |
commit | f030315b1fd797aa6765ac8cd8c35c0cd9b600a0 (patch) | |
tree | da461ae6040d2a2f0e0b3a95e837a6c5e99e2fd6 /constants | |
parent | 2bd45ca574aab251b91c24837b102c9c2a5e76a0 (diff) |
jumptable macro repurposed
Diffstat (limited to 'constants')
-rw-r--r-- | constants/animation_constants.asm | 4 | ||||
-rwxr-xr-x | constants/battle_tower_constants.asm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/constants/animation_constants.asm b/constants/animation_constants.asm index 7aa09b6d0..5ae2f324f 100644 --- a/constants/animation_constants.asm +++ b/constants/animation_constants.asm @@ -210,8 +210,8 @@ BATTLEANIMSTRUCT_LENGTH EQU const_value const ANIM_OBJ_B5 const ANIM_OBJ_FLOWER const ANIM_OBJ_COTTON - const ANIM_OBJ_B8 - const ANIM_OBJ_B9 + const ANIM_OBJ_PLAYERFEETFOLLOW + const ANIM_OBJ_ENEMYFEETFOLLOW const ANIM_OBJ_BA const ANIM_OBJ_BB diff --git a/constants/battle_tower_constants.asm b/constants/battle_tower_constants.asm index a3240e299..1e5b0d625 100755 --- a/constants/battle_tower_constants.asm +++ b/constants/battle_tower_constants.asm @@ -15,7 +15,7 @@ const BATTLETOWERACTION_0D ; more time stuff in SRAM bank 5 const BATTLETOWERACTION_EGGTICKET ; egg ticket const BATTLETOWERACTION_0F ; check w3_d090 - const BATTLETOWERACTION_10 ; jumptable based on 5:a800 + const BATTLETOWERACTION_10 ; dw based on 5:a800 const BATTLETOWERACTION_11 ; store 0 in 5:aa8d const BATTLETOWERACTION_12 ; store 1 in 5:aa8d const BATTLETOWERACTION_13 ; check 5:aa8d |