diff options
| author | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
|---|---|---|
| committer | yenatch <yenatch@gmail.com> | 2014-09-23 15:02:03 -0700 |
| commit | a81487e9c6ee271f0ffeaacd681b929c0b4afaf0 (patch) | |
| tree | 411e4d684f723edb152ca1631a215c12f980c44c /engine/battle/1c.asm | |
| parent | Add comments for move ids. (diff) | |
| download | pokeyellow-a81487e9c6ee271f0ffeaacd681b929c0b4afaf0.tar.gz pokeyellow-a81487e9c6ee271f0ffeaacd681b929c0b4afaf0.tar.xz pokeyellow-a81487e9c6ee271f0ffeaacd681b929c0b4afaf0.zip | |
Rename hVBlank* constants to h*.
Diffstat (limited to 'engine/battle/1c.asm')
| -rwxr-xr-x | engine/battle/1c.asm | 2 |
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 |
