git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit 1376c386a2c67e4cce935f7a0c2169abe3e0e368
parent e04dcd90d6b3493ef1a29efc37a4dd4db1a184bf
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Wed, 20 Oct 2021 21:46:17 +0300

Slightly altered merge of #408

Diffstat:
MBootROMs/cgb_boot.asm7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/BootROMs/cgb_boot.asm b/BootROMs/cgb_boot.asm @@ -190,10 +190,9 @@ ENDC IF !DEF(FAST) call DoIntroAnimation - ld a, 45 + ld a, 48 ; frames to wait after playing the chime ldh [WaitLoopCounter], a -; Wait ~0.75 seconds - ld b, a + ld b, 4 ; frames to wait before playing the chime call WaitBFrames ; Play first sound @@ -1187,7 +1186,7 @@ ChangeAnimationPalette: call WaitFrame call LoadPalettesFromHRAM ; Delay the wait loop while the user is selecting a palette - ld a, 45 + ld a, 48 ldh [WaitLoopCounter], a pop de pop bc

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.