You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
This commit is contained in:
@@ -16,35 +16,35 @@ AskSerial:: ; 2063
|
||||
ld a, [wc2d4]
|
||||
bit 0, a
|
||||
ret z
|
||||
|
||||
|
||||
ld a, [wc2d5]
|
||||
and a
|
||||
ret nz
|
||||
|
||||
|
||||
; once every 6 frames
|
||||
ld hl, wca8a
|
||||
inc [hl]
|
||||
ld a, [hl]
|
||||
cp 6
|
||||
ret c
|
||||
|
||||
|
||||
xor a
|
||||
ld [hl], a
|
||||
|
||||
|
||||
ld a, $c
|
||||
ld [wc2d5], a
|
||||
|
||||
|
||||
; handshake
|
||||
ld a, $88
|
||||
ld [rSB], a
|
||||
|
||||
|
||||
; switch to internal clock
|
||||
ld a, %00000001
|
||||
ld [rSC], a
|
||||
|
||||
|
||||
; start transfer
|
||||
ld a, %10000001
|
||||
ld [rSC], a
|
||||
|
||||
|
||||
ret
|
||||
; 208a
|
||||
|
||||
Reference in New Issue
Block a user