aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/common_text.asm
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2020-10-04 15:39:27 -0400
committerGitHub <noreply@github.com>2020-10-04 15:39:27 -0400
commit32ea7a94857e1373a642cf9981fa3aaa4cdcb5d4 (patch)
treef0f4632100cc17077c8c35617106e9b1b1be88c7 /engine/battle/common_text.asm
parentMerge pull request #53 from pinksylveon/patch-2 (diff)
parentAdd constant for ghost Marowak like pokered (diff)
downloadpokeyellow-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/common_text.asm')
-rw-r--r--engine/battle/common_text.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm
index e8f4f002..1c85efe9 100644
--- a/engine/battle/common_text.asm
+++ b/engine/battle/common_text.asm
@@ -49,7 +49,7 @@ PrintBeginningBattleText:
call IsItemInBag
ld a, [wEnemyMonSpecies2]
ld [wcf91], a
- cp MAROWAK
+ cp RESTLESS_SOUL
jr z, .isMarowak
ld a, b
and a