diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-10-04 15:39:27 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-04 15:39:27 -0400 |
| commit | 32ea7a94857e1373a642cf9981fa3aaa4cdcb5d4 (patch) | |
| tree | f0f4632100cc17077c8c35617106e9b1b1be88c7 /engine/battle/ghost_marowak_anim.asm | |
| parent | Merge pull request #53 from pinksylveon/patch-2 (diff) | |
| parent | Add constant for ghost Marowak like pokered (diff) | |
| download | pokeyellow-32ea7a94857e1373a642cf9981fa3aaa4cdcb5d4.tar.gz pokeyellow-32ea7a94857e1373a642cf9981fa3aaa4cdcb5d4.tar.xz pokeyellow-32ea7a94857e1373a642cf9981fa3aaa4cdcb5d4.zip | |
Merge pull request #56 from SatoMew/master
Give ghost Marowak a constant
Diffstat (limited to 'engine/battle/ghost_marowak_anim.asm')
| -rw-r--r-- | engine/battle/ghost_marowak_anim.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/ghost_marowak_anim.asm b/engine/battle/ghost_marowak_anim.asm index 5bb3e308..972d5bf5 100644 --- a/engine/battle/ghost_marowak_anim.asm +++ b/engine/battle/ghost_marowak_anim.asm @@ -12,7 +12,7 @@ MarowakAnim: xor a 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 a, RESTLESS_SOUL ld [wChangeMonPicEnemyTurnSpecies], a ld a, $1 ld [H_WHOSETURN], a |
