summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2020-09-22 19:15:37 +0100
committerSatoMew <SatoMew@users.noreply.github.com>2020-09-22 19:15:37 +0100
commit9e8caa1a10e238f2a7aaae0cbd697fdd7a21ae9d (patch)
tree6d7fab27ad9cd3f21ba137b717b1469ecbfeef9d /scripts
parent2ff7b40d8294d386332b7895a5afec0269b153fd (diff)
Use the constant in all relevant situations
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/PokemonTower6F.asm4
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