X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgamescr.c;h=39ed733439ba3bc41cd0fe3c204f750e4f46ed98;hb=df059b32b82103907f155391b779278e10b3db61;hp=51df533c6768a29905226e0fb8b884cf0822e3a6;hpb=2718dd43c524c4b313de8acc3cc97c497810064b;p=gbajam21 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));