diff --git a/Core/sgb.c b/Core/sgb.c index fc19f1b..8b6384f 100644 --- a/Core/sgb.c +++ b/Core/sgb.c @@ -647,7 +647,7 @@ void GB_sgb_render(GB_gameboy_t *gb) } } if (gb->sgb->transfer_dest == TRANSFER_BORDER_DATA) { - gb->sgb->border_animation = 80; + gb->sgb->border_animation = 88; } } }