diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-14 23:16:06 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-14 23:16:06 -0700 |
| commit | 994c2cbf289efa2e23eabf1af96ba62e4f066005 (patch) | |
| tree | 74674d580b4ca868d727aae9ac71795d8d98b9c7 /engine/battle/init_battle_variables.asm | |
| parent | hall of fame / credits (diff) | |
| download | pokeyellow-994c2cbf289efa2e23eabf1af96ba62e4f066005.tar.gz pokeyellow-994c2cbf289efa2e23eabf1af96ba62e4f066005.tar.xz pokeyellow-994c2cbf289efa2e23eabf1af96ba62e4f066005.zip | |
named wram variables
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 edb1f13e..5f953046 100644 --- a/engine/battle/init_battle_variables.asm +++ b/engine/battle/init_battle_variables.asm @@ -2,7 +2,7 @@ InitBattleVariables: ; 525af (14:65af) ld a, [hTilesetType] ld [wd0d4], a xor a - ld [wcd6a], a + ld [wActionResultOrTookBattleTurn], a ld [wBattleResult], a ld hl, wcc2b ld [hli], a |
