diff options
Diffstat (limited to 'scripts/PalletTown.asm')
-rwxr-xr-x | scripts/PalletTown.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/PalletTown.asm b/scripts/PalletTown.asm index 45a675e7..e7cc1f7a 100755 --- a/scripts/PalletTown.asm +++ b/scripts/PalletTown.asm @@ -141,7 +141,7 @@ PalletTownScript4: ld [wListScrollOffset], a ld a, BATTLE_TYPE_PIKACHU ld [wBattleType], a - ld a, PIKACHU + ld a, STARTER_PIKACHU ld [wCurOpponent], a ld a, 5 ld [wCurEnemyLVL], a |