From d693721f979f6045ff3dccec69b6ddd5d5f03e62 Mon Sep 17 00:00:00 2001 From: "U-Fish-PC\\Daniel" Date: Wed, 21 May 2014 08:48:30 -0400 Subject: Use constants for the starter mons --- scripts/gary.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/gary.asm') 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 -- cgit v1.2.3