From: John Tsiombikas Date: Mon, 12 Apr 2021 04:11:40 +0000 (+0300) Subject: minor foo X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=gbajam21;a=commitdiff_plain;h=720ddd2222c95350ae8f3608e1de504e85157dc1 minor foo --- diff --git a/src/gamescr.c b/src/gamescr.c index 3941883..1e715bf 100644 --- a/src/gamescr.c +++ b/src/gamescr.c @@ -7,8 +7,6 @@ #include "intr.h" #include "debug.h" -static unsigned char *tex;//[32 * 32] __attribute__((section(".iwram"))); - void gamescr(void) { int i, j, tx, ty, angle, depth, nframes, backbuf, zoffs; @@ -16,6 +14,7 @@ void gamescr(void) uint16_t *cdst, *top, *bot; unsigned char *csrc; uint32_t tun, *tunptr; + unsigned char *tex; REG_DISPCNT = 4 | DISPCNT_BG2 | DISPCNT_FB1;