aboutsummaryrefslogtreecommitdiffstats
path: root/engine/evos_moves.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2014-09-13 00:50:56 -0700
committerYamaArashi <shadow962@live.com>2014-09-13 00:50:56 -0700
commit0c916aea3353ed1bf2750be403b0da9ea0b922d4 (patch)
tree4e50d805a37f06fabac6086a7ad6ed1d4f4526c4 /engine/evos_moves.asm
parentLabelled and commented mostly sprite-related things (diff)
downloadpokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.tar.gz
pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.tar.xz
pokeyellow-0c916aea3353ed1bf2750be403b0da9ea0b922d4.zip
Commented more sprite and map code
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-xengine/evos_moves.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm
index 61ddb4e7..240fd9fa 100755
--- a/engine/evos_moves.asm
+++ b/engine/evos_moves.asm
@@ -127,7 +127,7 @@ Evolution_PartyMonLoop: ; loop over party mons
ld a, $1
ld [H_AUTOBGTRANSFERENABLED], a
ld a, $ff
- ld [wcfcb], a
+ ld [wUpdateSpritesEnabled], a
call ClearSprites
callab Func_7bde9
jp c, CancelledEvolution