diff options
author | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-23 15:34:35 -0700 |
commit | 8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e (patch) | |
tree | 58a093bd6c1bdb5e0d7a978c8ace042c6b3d16bd /engine/evos_moves.asm | |
parent | 955b53047c6d2ddc223ed24191de98f4b4fee5e5 (diff) |
Comment some more bank 0 functions.
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-x | engine/evos_moves.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index eb59ce39..9757e4f1 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -123,7 +123,7 @@ Func_3ad71: ; 3ad71 (e:6d71) ld [H_AUTOBGTRANSFERENABLED], a ; $ffba ld a, $ff ld [$cfcb], a - call CleanLCD_OAM + call ClearSprites callab Func_7bde9 jp c, Func_3af2e ld hl, EvolvedText |