summaryrefslogtreecommitdiff
path: root/engine/credits.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-09 16:41:09 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-09 16:41:09 -0500
commit93ab6985d283857c54fe096294ba5296179963bf (patch)
treec6b5faee97b1ba0229e45201789cd4b0b7a57dfb /engine/credits.asm
parent59d67a44be4f76131b432b94b1cb6361b58a9a26 (diff)
Some work on battle animations
Diffstat (limited to 'engine/credits.asm')
-rw-r--r--engine/credits.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/credits.asm b/engine/credits.asm
index 793891dd2..473a851be 100644
--- a/engine/credits.asm
+++ b/engine/credits.asm
@@ -366,7 +366,7 @@ ParseCredits: ; 1099aa
; First, let's clear the current text display,
; starting from line 5.
xor a
- ld [$ffd4], a
+ ld [hBGMapMode], a
hlcoord 0, 5
ld bc, 20 * 12
ld a, " "
@@ -479,9 +479,9 @@ endr
ld [CreditsTimer], a
xor a
- ld [$ffd5], a
+ ld [hBGMapThird], a
ld a, 1
- ld [$ffd4], a
+ ld [hBGMapMode], a
.done
jp Function109951