aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/PalletTown.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-13 11:10:03 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-13 11:10:03 -0500
commitb88572fbccecc8d125fe8a50365751f0530d1a9a (patch)
tree46a733a0ad7259689b9b5577f109751f34f42956 /scripts/PalletTown.asm
parentMention YELLMONS.GB in the readme (diff)
downloadpokeyellow-b88572fbccecc8d125fe8a50365751f0530d1a9a.tar.gz
pokeyellow-b88572fbccecc8d125fe8a50365751f0530d1a9a.tar.xz
pokeyellow-b88572fbccecc8d125fe8a50365751f0530d1a9a.zip
Add constants for player and rival starters
Diffstat (limited to 'scripts/PalletTown.asm')
-rwxr-xr-xscripts/PalletTown.asm2
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