From 8ce20e5c31ed2255e708e6a38c7b75d3d8bee48c Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 31 Aug 2020 10:58:41 -0400 Subject: Define a constant for the ghost Marowak (hard-coded throughout the engine, like the starters) --- engine/battle/common_text.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle/common_text.asm') diff --git a/engine/battle/common_text.asm b/engine/battle/common_text.asm index 9f6f90b6..8c9e6afa 100644 --- a/engine/battle/common_text.asm +++ b/engine/battle/common_text.asm @@ -33,7 +33,7 @@ PrintBeginningBattleText: call IsItemInBag ld a, [wEnemyMonSpecies2] ld [wcf91], a - cp MAROWAK + cp GHOST_MON jr z, .isMarowak ld a, b and a -- cgit v1.2.3