You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Clarify the purpose of writing 0 to rSVBK.
This commit is contained in:
@@ -13,7 +13,7 @@ GBCOnlyScreen: ; 4ea82
|
|||||||
ld de, wd000
|
ld de, wd000
|
||||||
ld a, [rSVBK]
|
ld a, [rSVBK]
|
||||||
push af
|
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
|
ld [rSVBK], a
|
||||||
call Decompress
|
call Decompress
|
||||||
pop af
|
pop af
|
||||||
|
Reference in New Issue
Block a user