De-duplicate Level Complete sequence textboxes

Every Level Complete sequence is the same copy-pasted thing, but with
minor changes. To make my work easier, I'm de-duplicating them so I have
less text boxes to change later, and less grind to grind.
This commit is contained in:
Misa
2021-03-19 19:37:54 -07:00
committed by Ethan Lee
parent b7ca408076
commit 5de884f584
2 changed files with 106 additions and 369 deletions

View File

@@ -129,6 +129,11 @@ public:
void gethardestroom(void);
void levelcomplete_textbox(void);
void crewmate_textbox(const int r, const int g, const int b);
void remaining_textbox(void);
void actionprompt_textbox(void);
void updatestate(void);
void unlocknum(int t);