updating box menu, pre sprite grabbing

This commit is contained in:
The Gears of Progress
2025-03-22 15:57:22 -04:00
parent 91b2534b70
commit 8160bcd276
28 changed files with 911 additions and 271 deletions

View File

@@ -11,7 +11,7 @@
#include <tonc.h>
#include "background_engine.h"
#include "select_menu.h"
#include "dialogue.h"
#include "translated_text.h"
int last_error;
Pokemon_Party party_data = Pokemon_Party();
@@ -259,7 +259,7 @@ bool run_conditional(int index)
load_flex_background(BG_FENNEL, 3);
link_animation_state(STATE_CONNECTION);
party_data.start_link();
set_textbox_small();
reset_textbox();
load_flex_background(BG_FENNEL, 2);
link_animation_state(0);
return true;