mirror of
https://github.com/pret/pokecrystal.git
synced 2026-04-25 07:24:02 -05:00
Clarify the purpose of writing 0 to rSVBK.
This commit is contained in:
parent
9d0ba6bfd3
commit
5fd3bfa832
|
|
@ -13,7 +13,7 @@ GBCOnlyScreen: ; 4ea82
|
|||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user