diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 20:17:29 +0000 |
|---|---|---|
| committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 20:17:29 +0000 |
| commit | 242b2e05cf30bc47a53167baf6bd3134d1f47d18 (patch) | |
| tree | 83570d3571ff4eaa71de363f02b3ef16f26b0313 /engine/battle/init_battle_variables.asm | |
| parent | Keep wGrassMons and wWaterMons together with a UNION (diff) | |
| download | pokeyellow-242b2e05cf30bc47a53167baf6bd3134d1f47d18.tar.gz pokeyellow-242b2e05cf30bc47a53167baf6bd3134d1f47d18.tar.xz pokeyellow-242b2e05cf30bc47a53167baf6bd3134d1f47d18.zip | |
Label and document hFFD7 more accurately
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 0d403b55..703f5f07 100644 --- a/engine/battle/init_battle_variables.asm +++ b/engine/battle/init_battle_variables.asm @@ -1,5 +1,5 @@ InitBattleVariables: - ldh a, [hTilesetType] + ldh a, [hTileAnimations] ld [wSavedTilesetType], a xor a ld [wActionResultOrTookBattleTurn], a |
