summaryrefslogtreecommitdiff
path: root/scripts/ceruleancity.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ceruleancity.asm')
-rwxr-xr-xscripts/ceruleancity.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ceruleancity.asm b/scripts/ceruleancity.asm
index 86e353b1..61157bbb 100755
--- a/scripts/ceruleancity.asm
+++ b/scripts/ceruleancity.asm
@@ -141,12 +141,12 @@ CeruleanCityScript1: ; 19567 (6:5567)
; select which team to use during the encounter
ld a, [W_RIVALSTARTER]
- cp SQUIRTLE
+ cp STARTER2
jr nz, .NotSquirtle ; 0x19592 $4
ld a, $7
jr .done
.NotSquirtle
- cp BULBASAUR
+ cp STARTER3
jr nz, .Charmander ; 0x1959a $4
ld a, $8
jr .done