aboutsummaryrefslogtreecommitdiffstats
path: root/engine/pikachu/pikachu_emotions.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-13 11:10:03 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-13 11:10:03 -0500
commitb88572fbccecc8d125fe8a50365751f0530d1a9a (patch)
tree46a733a0ad7259689b9b5577f109751f34f42956 /engine/pikachu/pikachu_emotions.asm
parentMention YELLMONS.GB in the readme (diff)
downloadpokeyellow-b88572fbccecc8d125fe8a50365751f0530d1a9a.tar.gz
pokeyellow-b88572fbccecc8d125fe8a50365751f0530d1a9a.tar.xz
pokeyellow-b88572fbccecc8d125fe8a50365751f0530d1a9a.zip
Add constants for player and rival starters
Diffstat (limited to 'engine/pikachu/pikachu_emotions.asm')
-rwxr-xr-xengine/pikachu/pikachu_emotions.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pikachu/pikachu_emotions.asm b/engine/pikachu/pikachu_emotions.asm
index 61db6e80..f4963f17 100755
--- a/engine/pikachu/pikachu_emotions.asm
+++ b/engine/pikachu/pikachu_emotions.asm
@@ -381,7 +381,7 @@ IsPlayerPikachuAsleepInParty:
ld a, [hl]
cp $ff
jr z, .done
- cp PIKACHU
+ cp STARTER_PIKACHU
jr nz, .curMonNotStarterPikachu
callfar IsThisPartymonStarterPikachu
jr nc, .curMonNotStarterPikachu