summaryrefslogtreecommitdiff
path: root/engine/intro.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/intro.asm')
-rwxr-xr-xengine/intro.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/intro.asm b/engine/intro.asm
index 6d2e350c..5a14dca7 100755
--- a/engine/intro.asm
+++ b/engine/intro.asm
@@ -312,7 +312,7 @@ PlayShootingStar: ; 4188a (10:588a)
call ClearScreen
call DisableLCD
xor a
- ld [W_CUROPPONENT], a
+ ld [wCurOpponent], a
call IntroDrawBlackBars
call LoadIntroGraphics
call EnableLCD