diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 |
| commit | 82512e449115aa9d004e24a3d1526dd32570c56d (patch) | |
| tree | 7e391804d1cae21509101795de3384c30122628b /engine/battle/ghost_marowak_anim.asm | |
| parent | make route22 rival events more consistent (diff) | |
| download | pokeyellow-82512e449115aa9d004e24a3d1526dd32570c56d.tar.gz pokeyellow-82512e449115aa9d004e24a3d1526dd32570c56d.tar.xz pokeyellow-82512e449115aa9d004e24a3d1526dd32570c56d.zip | |
named animation functions/variables
Diffstat (limited to 'engine/battle/ghost_marowak_anim.asm')
| -rw-r--r-- | engine/battle/ghost_marowak_anim.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/ghost_marowak_anim.asm b/engine/battle/ghost_marowak_anim.asm index e3b3f42c..96e65f70 100644 --- a/engine/battle/ghost_marowak_anim.asm +++ b/engine/battle/ghost_marowak_anim.asm @@ -12,10 +12,10 @@ MarowakAnim: ; 708ca (1c:48ca) ld [H_AUTOBGTRANSFERENABLED], a ; disable BG transfer so we don't see the Marowak too soon ; replace ghost pic with Marowak in BG ld a, MAROWAK - ld [wHPBarMaxHP], a + ld [wChangeMonPicEnemyTurnSpecies], a ld a, $1 ld [H_WHOSETURN], a - callab Func_79793 + callab ChangeMonPic ; alternate between black and light grey 8 times. ; this makes the ghost's body appear to flash ld d, $80 |
