aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorSatoMew <SatoMew@users.noreply.github.com>2020-11-29 21:28:38 +0000
committerSatoMew <SatoMew@users.noreply.github.com>2020-11-29 21:28:38 +0000
commit083cb38e33891d58158762ac2580bd3b62fcdaec (patch)
treec9230a7f0b45215e87d5a27c1a9cc09e66f8fe05 /engine/battle/core.asm
parentIdentify what became GSC's Key Item fanfare (diff)
downloadpokeyellow-083cb38e33891d58158762ac2580bd3b62fcdaec.tar.gz
pokeyellow-083cb38e33891d58158762ac2580bd3b62fcdaec.tar.xz
pokeyellow-083cb38e33891d58158762ac2580bd3b62fcdaec.zip
Update related tile animation constants
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 7957c552..417516ae 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -6865,7 +6865,7 @@ _InitBattleCommon:
ld [wLetterPrintingDelayFlags], a
pop af
ld [wMapPalOffset], a
- ld a, [wSavedTilesetType]
+ ld a, [wSavedTileAnimations]
ldh [hTileAnimations], a
scf
ret