You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
So very jumb
This commit is contained in:
@@ -136,15 +136,14 @@ Init:: ; 17d
|
||||
; BG on
|
||||
ld [rLCDC], a
|
||||
|
||||
ld a, $ff
|
||||
ld a, -1
|
||||
ld [$ffcb], a
|
||||
|
||||
callba Function9890
|
||||
|
||||
ld a, $9c
|
||||
ld [$ffd7], a
|
||||
|
||||
xor a
|
||||
ld a, VBGMap1 / $100
|
||||
ld [hBGMapAddress + 1], a
|
||||
xor a ; VBGMap1 % $100
|
||||
ld [hBGMapAddress], a
|
||||
|
||||
callba StartClock
|
||||
|
@@ -15,7 +15,7 @@ Serial:: ; 6ef
|
||||
jr nz, .asm_721
|
||||
|
||||
ld a, [$ffcb]
|
||||
inc a
|
||||
inc a ; is it equal to -1?
|
||||
jr z, .asm_726
|
||||
|
||||
ld a, [rSB]
|
||||
|
Reference in New Issue
Block a user