diff options
| author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-21 08:48:30 -0400 |
|---|---|---|
| committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-05-21 09:54:33 -0400 |
| commit | d693721f979f6045ff3dccec69b6ddd5d5f03e62 (patch) | |
| tree | 741e3ccda37dee3d53bd54da62379be6fdbee53e /scripts/pokemontower2.asm | |
| parent | Fix capitalization, remove white space, remove vicctreebel.asm (diff) | |
| download | pokeyellow-d693721f979f6045ff3dccec69b6ddd5d5f03e62.tar.gz pokeyellow-d693721f979f6045ff3dccec69b6ddd5d5f03e62.tar.xz pokeyellow-d693721f979f6045ff3dccec69b6ddd5d5f03e62.zip | |
Use constants for the starter mons
Diffstat (limited to 'scripts/pokemontower2.asm')
| -rwxr-xr-x | scripts/pokemontower2.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pokemontower2.asm b/scripts/pokemontower2.asm index dbbc8e63..4554413a 100755 --- a/scripts/pokemontower2.asm +++ b/scripts/pokemontower2.asm @@ -137,12 +137,12 @@ PokemonTower2Text1: ; 605df (18:45df) ; select which team to use during the encounter ld a, [W_RIVALSTARTER] - cp SQUIRTLE + cp STARTER2 jr nz, .NotSquirtle ; 0x6060f ld a, $4 jr .done .NotSquirtle ; 0x60615 - cp BULBASAUR + cp STARTER3 jr nz, .Charmander ; 0x60617 ld a, $5 jr .done |
