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/init_battle_variables.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/init_battle_variables.asm')
| -rw-r--r-- | engine/battle/init_battle_variables.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/init_battle_variables.asm b/engine/battle/init_battle_variables.asm index 703f5f07..dd9f9714 100644 --- a/engine/battle/init_battle_variables.asm +++ b/engine/battle/init_battle_variables.asm @@ -1,6 +1,6 @@ InitBattleVariables: ldh a, [hTileAnimations] - ld [wSavedTilesetType], a + ld [wSavedTileAnimations], a xor a ld [wActionResultOrTookBattleTurn], a ld [wBattleResult], a |
