summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-12 16:24:03 -0700
committerYamaArashi <shadow962@live.com>2015-07-12 16:24:03 -0700
commit849b53623b2ace56ef40b7bbdefe29a86e10162e (patch)
treebb51d26ff10480cdba37a27d38f266eb1c4057c8 /engine/battle/core.asm
parenta957bb154046427966d6e00de526adab13388938 (diff)
shake screen functions
Diffstat (limited to 'engine/battle/core.asm')
-rwxr-xr-xengine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index db1ebd32..364b184b 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -3958,7 +3958,7 @@ PrintMoveFailureText: ; 3dbe2 (f:5be2)
ld hl, KeptGoingAndCrashedText
call PrintText
ld b, $4
- predef Func_48125
+ predef PredefShakeScreenHorizontally
ld a, [H_WHOSETURN]
and a
jr nz, .enemyTurn