diff options
author | yenatch <yenatch@gmail.com> | 2013-05-03 21:04:34 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-05-03 21:04:34 -0400 |
commit | 8b1afa22651ebd548295dbe1c363bc8ab3ac5788 (patch) | |
tree | 3810e61eaf83a5ed4ec0a04fa5e9a55008f816e4 /wram.asm | |
parent | c539a96f7817fc234d600be2a98c9bc7ac3f3d6a (diff) |
Fix a wram mislabel (EnemyDisabledMove)
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -690,7 +690,7 @@ AlreadyDisobeyed: ; c6f4 DisabledMove: ; c6f5 ds 1 -EnemyEncoredMove: ; c6f6 +EnemyDisabledMove: ; c6f6 ds 1 ds 1 @@ -1082,6 +1082,7 @@ EnemyMonMove3: ; d20a ds 1 EnemyMonMove4: ; d20b ds 1 +EnemyMonMovesEnd EnemyMonDVs: EnemyMonAtkDefDV: ; d20c |