diff options
author | yenatch <yenatch@gmail.com> | 2014-06-18 00:55:44 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-18 00:55:44 -0700 |
commit | bc3a21193dd522284818c724fb52b887973c281e (patch) | |
tree | acfdef90ccfc72edd062ddde2132c55fcbffdd4c /battle/anim_commands.asm | |
parent | dbe4c7ab67cb88ef4ce725598b2082b13a566776 (diff) |
Residual damage, battle text labels, pic predefs.
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index 7c43ed38f..f8f4a26ce 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -956,7 +956,7 @@ BattleAnimCmd_DC: ; cc5dc (33:45dc) ld hl, BattleMonDVs ; $c632 predef GetUnownLetter ld de, $8000 - predef Function51077 + predef GetFrontpic jr .done .player @@ -965,7 +965,7 @@ BattleAnimCmd_DC: ; cc5dc (33:45dc) ld hl, EnemyMonDVs ; $d20c predef GetUnownLetter ld de, $8000 - predef Function5116c + predef GetBackpic .done pop af @@ -1192,14 +1192,14 @@ BattleAnimCmd_E6: ; cc776 (33:4776) ld hl, BattleMonDVs ; $c632 predef GetUnownLetter ld de, $9000 - predef Function51077 + predef GetFrontpic jr .done .player ld hl, EnemyMonDVs ; $d20c predef GetUnownLetter ld de, $9310 - predef Function5116c + predef GetBackpic .done pop af |