Updating buttons and dialogue

This commit is contained in:
Remnants of Forgotten Disney
2024-03-29 11:55:54 -05:00
parent 6bef2b58f2
commit de40daa51e
15 changed files with 462 additions and 818 deletions

View File

@@ -15,8 +15,7 @@ void global_next_frame()
// tte_set_pos(0, 0);
// tte_write(std::to_string(get_rand_u32()).c_str());
background_frame();
text_next_frame();
oam_copy(oam_mem, obj_buffer, NUM_SPRITES);
oam_copy(oam_mem, obj_buffer, num_sprites);
VBlankIntrWait();
// mmFrame(); //Music
global_frame_count++;