ref: 5fd3bfa83210fd9885f7558d02b01fc5ea3c5ed1
parent: 9d0ba6bfd3b2f10fae9969a784aa7b2b573e8411
author: Adelaide Walter <adelaidekwalter@gmail.com>
date: Wed Jan 3 15:47:44 EST 2018
Clarify the purpose of writing 0 to rSVBK.
--- a/engine/gbc_only.asm
+++ b/engine/gbc_only.asm
@@ -13,7 +13,7 @@
ld de, wd000
ld a, [rSVBK]
push af
- ld a, 0 ; this is tantamount to selecting Bank 1
+ ld a, 0 ; this has the same effect as selecting bank 1 (http://gbdev.gg8.se/files/docs/mirrors/pandocs.html#videodisplay)
ld [rSVBK], a
call Decompress
pop af