summaryrefslogtreecommitdiff
path: root/scripts/gary.asm
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gary.asm')
-rwxr-xr-xscripts/gary.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/gary.asm b/scripts/gary.asm
index 48f7d950..dc7b1252 100755
--- a/scripts/gary.asm
+++ b/scripts/gary.asm
@@ -69,12 +69,12 @@ GaryScript2: ; 75f6a (1d:5f6a)
; select which team to use during the encounter
ld a, [W_RIVALSTARTER]
- cp SQUIRTLE
+ cp STARTER2
jr nz, .NotSquirtle ; 0x75f9f $4
ld a, $1
jr .done
.NotSquirtle
- cp BULBASAUR
+ cp STARTER3
jr nz, .Charmander ; 0x75fa7 $4
ld a, $2
jr .done