Prep for bug testing

This commit is contained in:
The Gears of Progress
2024-07-03 17:44:33 -04:00
parent 7ba3e3467d
commit add977cf02
12 changed files with 167 additions and 1153 deletions

View File

@@ -8,13 +8,13 @@
#define SBB 24
int x, y;
void background_frame()
void background_frame(int global_frame_count)
{
x++;
y++;
x++;
y++;
REG_BG0HOFS = x;
REG_BG0VOFS = y;
REG_BG0HOFS = x;
REG_BG0VOFS = y;
}
void set_textbox_large()