mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-08-24 01:35:27 -05:00
v1.1.0
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user