aboutsummaryrefslogtreecommitdiffstats
path: root/engine/battle/1c.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-09-23 15:02:03 -0700
committeryenatch <yenatch@gmail.com>2014-09-23 15:02:03 -0700
commita81487e9c6ee271f0ffeaacd681b929c0b4afaf0 (patch)
tree411e4d684f723edb152ca1631a215c12f980c44c /engine/battle/1c.asm
parentAdd comments for move ids. (diff)
downloadpokeyellow-a81487e9c6ee271f0ffeaacd681b929c0b4afaf0.tar.gz
pokeyellow-a81487e9c6ee271f0ffeaacd681b929c0b4afaf0.tar.xz
pokeyellow-a81487e9c6ee271f0ffeaacd681b929c0b4afaf0.zip
Rename hVBlank* constants to h*.
Diffstat (limited to 'engine/battle/1c.asm')
-rwxr-xr-xengine/battle/1c.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/1c.asm b/engine/battle/1c.asm
index 1c69c00f..bceeac2b 100755
--- a/engine/battle/1c.asm
+++ b/engine/battle/1c.asm
@@ -87,7 +87,7 @@ BattleTransition: ; 7096d (1c:496d)
ld [H_AUTOBGTRANSFERENABLED], a
call Delay3
xor a
- ld [hVBlankWY], a
+ ld [hWY], a
dec a
ld [wUpdateSpritesEnabled], a
call DelayFrame