diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-06 16:08:20 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-06 16:08:20 -0500 |
| commit | 6ddc025942a03802acf6a2731d7b46f2672ae74f (patch) | |
| tree | 97cf0f4bca92254f5e6d32bd78505bca9f6cda94 /scripts/pokemontower2.asm | |
| parent | BankD misc functions (diff) | |
| download | pokeyellow-6ddc025942a03802acf6a2731d7b46f2672ae74f.tar.gz pokeyellow-6ddc025942a03802acf6a2731d7b46f2672ae74f.tar.xz pokeyellow-6ddc025942a03802acf6a2731d7b46f2672ae74f.zip | |
engine/battle/trainer_ai.asm
Diffstat (limited to 'scripts/pokemontower2.asm')
| -rwxr-xr-x | scripts/pokemontower2.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pokemontower2.asm b/scripts/pokemontower2.asm index 078c0147..d498f88e 100755 --- a/scripts/pokemontower2.asm +++ b/scripts/pokemontower2.asm @@ -159,7 +159,7 @@ PokemonTower2Text1: ; 605df (18:45df) .Charmander ld a, $6 .done - ld [W_TRAINERNO], a + ld [wTrainerNo], a ld a, $1 ld [W_POKEMONTOWER2CURSCRIPT], a |
