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/palettes.asm | |
parent | 955b53047c6d2ddc223ed24191de98f4b4fee5e5 (diff) |
Comment some more bank 0 functions.
Diffstat (limited to 'engine/palettes.asm')
-rwxr-xr-x | engine/palettes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/palettes.asm b/engine/palettes.asm index ab8e7076..6c1a9b1d 100755 --- a/engine/palettes.asm +++ b/engine/palettes.asm @@ -409,7 +409,7 @@ LoadSGBBorderAndPalettes: ; 7202b (1c:602b) ld de, PalPacket_724d8 ld hl, SuperPalettes call Func_7210b - call ZeroVram + call ClearVram ld hl, PalPacket_72538 jp SendSGBPacket |