diff options
author | Bryan Bishop <kanzure@gmail.com> | 2015-01-20 12:14:38 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2015-01-20 12:14:38 -0600 |
commit | 567b576f60866f92eda1660ecd19bf3e6d7519c6 (patch) | |
tree | 37f64e9b8e11b410fc6e3723827571e16dd07e0d /battle/anim_commands.asm | |
parent | 4781d9a809565804a4b99024a69a51156fd2749e (diff) | |
parent | 0fa7b553bddeb4ba70b216c93eb09226b2674beb (diff) |
Merge pull request #268 from yenatch/master
remove preprocessor
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r-- | battle/anim_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm index 6e5a931eb..f9c841274 100644 --- a/battle/anim_commands.asm +++ b/battle/anim_commands.asm @@ -35,7 +35,7 @@ _PlayBattleAnim: ; cc0e4 ld c, 3 .asm_cc0ff - ld hl, $ff9e + ld hl, hVBlank ld a, [hl] push af @@ -43,7 +43,7 @@ _PlayBattleAnim: ; cc0e4 call Functioncc11c pop af - ld [$ff9e], a + ld [hVBlank], a ld a, $1 ld [hBGMapMode], a |