diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 21:28:38 +0000 |
|---|---|---|
| committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 21:28:38 +0000 |
| commit | 083cb38e33891d58158762ac2580bd3b62fcdaec (patch) | |
| tree | c9230a7f0b45215e87d5a27c1a9cc09e66f8fe05 /engine/battle/core.asm | |
| parent | Identify what became GSC's Key Item fanfare (diff) | |
| download | pokeyellow-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.asm | 2 |
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 |
