diff --git a/src/main.c b/src/main.c index 5d26bff..04ff16d 100644 --- a/src/main.c +++ b/src/main.c @@ -221,7 +221,7 @@ void drawMap() { } void render() { - clearScreenWithTile(TILE_EMPTY); + //clearScreenWithTile(TILE_EMPTY); s16 castStart = angle - 20; if(angle >= 360) angle = angle - 360; if(angle < 0) angle = 360 + angle; @@ -236,7 +236,7 @@ void render() { //VDP_waitVSync(); } //drawMap(); - VDP_setTextPlane(BG_B); + VDP_setTextPlane(BG_A); VDP_setTextPalette(2); VDP_showFPS(1); char debugCastText[20];