mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-22 08:45:16 -05:00
Prep for bug testing
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user