summaryrefslogtreecommitdiff
path: root/engine/scripting.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/scripting.asm
parent59d67a44be4f76131b432b94b1cb6361b58a9a26 (diff)
Some work on battle animations
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r--engine/scripting.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm
index 296f69ecd..703f67e07 100644
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -440,14 +440,14 @@ Script_closetext: ; 0x96ed9
Script_keeptextopen: ; 0x96edc
; script command 0x55
- ld a, [$ffd8]
+ ld a, [hOAMUpdate]
push af
ld a, $1
- ld [$ffd8], a
+ ld [hOAMUpdate], a
call WaitBGMap
call KeepTextOpen
pop af
- ld [$ffd8], a
+ ld [hOAMUpdate], a
ret
; 0x96eed