Skip to content

Commit

Permalink
Fix crashing in script runner mode (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
Epicpkmn11 authored Feb 20, 2024
1 parent 399740b commit 338a2aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arm9/source/godmode.c
Original file line number Diff line number Diff line change
Expand Up @@ -3061,6 +3061,7 @@ u32 GodMode(int entrypoint) {
u32 ScriptRunner(int entrypoint) {
// init font and show splash
if (!SetFont(NULL, 0)) return GODMODE_EXIT_POWEROFF;
SetLanguage(NULL, 0);
SplashInit("scriptrunner mode");
u64 timer = timer_start();

Expand Down

0 comments on commit 338a2aa

Please sign in to comment.