diff options
author | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
commit | 59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch) | |
tree | 331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /engine/battle/c.asm | |
parent | c9946975d4cd806c92c1aa1efef94eb41d8b9d36 (diff) |
Labelled many functions/variables
Diffstat (limited to 'engine/battle/c.asm')
-rwxr-xr-x | engine/battle/c.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/c.asm b/engine/battle/c.asm index c1347d24..e31b1fce 100755 --- a/engine/battle/c.asm +++ b/engine/battle/c.asm @@ -26,7 +26,7 @@ OneHitKOEffect_: ; 33f57 (c:7f57) ld [hli], a ld [hl], a ; set the damage output to zero dec a - ld [wd05e], a + ld [wCriticalHitOrOHKO], a ld hl, wBattleMonSpeed + 1 ld de, wEnemyMonSpeed + 1 ld a, [H_WHOSETURN] ; $fff3 @@ -50,7 +50,7 @@ OneHitKOEffect_: ; 33f57 (c:7f57) ld [hli], a ld [hl], a ld a, $2 - ld [wd05e], a + ld [wCriticalHitOrOHKO], a ret .asm_33f8a ld a, $1 |