This commit is contained in:
The Gears of Progress
2024-11-01 22:54:05 -04:00
parent 884ebc9216
commit 3b945ecf3e
16 changed files with 184 additions and 66 deletions

View File

@@ -9,11 +9,14 @@ int x, y;
void background_frame(int global_frame_count)
{
if (!get_missingno_enabled())
{
x++;
y++;
REG_BG0HOFS = x;
REG_BG0VOFS = y;
}
}
void set_textbox_large()