diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-13 11:10:03 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-13 11:10:03 -0500 |
| commit | b88572fbccecc8d125fe8a50365751f0530d1a9a (patch) | |
| tree | 46a733a0ad7259689b9b5577f109751f34f42956 /scripts/PalletTown.asm | |
| parent | Mention YELLMONS.GB in the readme (diff) | |
| download | pokeyellow-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-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 |
