diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-09-22 15:10:02 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-22 15:10:02 -0400 |
| commit | 3e830f98d824ea2412ba1c08e05b177b186ec330 (patch) | |
| tree | 0666b5acdda71c75973aa83c805769d9d02e6d72 /scripts | |
| parent | 174ef99e0e0caf5e8af2825d0034c9f7b72784f8 (diff) | |
| parent | e535af3dffd5df0bc868a983a1006f603bb17722 (diff) | |
Merge pull request #294 from SatoMew/master
Give a better label to ghost Marowak's constant
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/PokemonTower6F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/PokemonTower6F.asm b/scripts/PokemonTower6F.asm index 11091e85..e236488e 100755 --- a/scripts/PokemonTower6F.asm +++ b/scripts/PokemonTower6F.asm @@ -32,7 +32,7 @@ PokemonTower6Script0: ld a, $6 ldh [hSpriteIndexOrTextID], a call DisplayTextID - ld a, MAROWAK + ld a, RESTLESS_SOUL ld [wCurOpponent], a ld a, 30 ld [wCurEnemyLVL], a @@ -134,7 +134,7 @@ PokemonTower6Text7: text_asm ld hl, PokemonTower2Text_60c1f call PrintText - ld a, MAROWAK + ld a, RESTLESS_SOUL call PlayCry call WaitForSoundToFinish ld c, 30 |
