Pre-saving space

This commit is contained in:
The Gears of Progress
2024-08-13 15:49:04 -04:00
parent b7f056ce79
commit 22f7aaac26
88 changed files with 687 additions and 333 deletions

View File

@@ -22,8 +22,6 @@ void global_next_frame()
// mmFrame(); //Music
if (global_frame_count % 60 == 0)
{
memcpy(pal_obj_mem + (MENU_SPRITE_PAL * 16), frame_one_pal, 32);
if (!curr_rom.verify_rom())
{
REG_BG0CNT = (REG_BG0CNT & ~BG_PRIO_MASK) | BG_PRIO(3);
@@ -39,10 +37,7 @@ void global_next_frame()
while(true){};
}
}
else if (global_frame_count % 60 == 30)
{
memcpy(pal_obj_mem + (MENU_SPRITE_PAL * 16), frame_two_pal, 32);
}
global_frame_count++;
};