summaryrefslogtreecommitdiff
path: root/home/map_objects.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 /home/map_objects.asm
parent5f8f221bad050e54c150d1c5ca8d827284235091 (diff)
Add constants for player and rival starters
Diffstat (limited to 'home/map_objects.asm')
-rw-r--r--home/map_objects.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/map_objects.asm b/home/map_objects.asm
index 51206cc5..a54e8f31 100644
--- a/home/map_objects.asm
+++ b/home/map_objects.asm
@@ -81,7 +81,7 @@ IsSurfingPikachuInParty::
ld b, SURF
.loop
ld a, [hl]
- cp PIKACHU
+ cp STARTER_PIKACHU
jr nz, .notPikachu
push hl
ld de, $8