Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/code/super_gameboy.asm
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ WaitForBCFrames::
jr nz, WaitForBCFrames ; $6BA0: $20 $F0
ret ; $6BA2: $C9

; Copy some data to VRAM, then send an SGB command to transfert
; Copy some data to VRAM, then send an SGB command to transfer
; the VRAM content to the SGB memory.
; Inputs:
; hl data origin address
Expand Down