From: John Tsiombikas Date: Mon, 19 Apr 2021 15:17:17 +0000 (+0300) Subject: foo X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gbajam21;a=commitdiff_plain;h=df059b32b82103907f155391b779278e10b3db61 foo --- diff --git a/src/gamescr.c b/src/gamescr.c index 51df533..39ed733 100644 --- a/src/gamescr.c +++ b/src/gamescr.c @@ -156,8 +156,8 @@ static void vblank(void) gate_speed = 0; } - if(bnstate & BN_A) rot--; - if(bnstate & BN_B) rot++; + if(bnstate & BN_A) rot -= 2; + if(bnstate & BN_B) rot += 2; spr_oam(oam, 0, 512 + 256, x - 64, y - 64, SPR_256COL | SPR_SZ64 | SPR_DBLSZ | SPR_ROTSCL | SPR_ROTSCL_SEL(0));