mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
Remove useless function call
This commit is contained in:
parent
7d4715ab1b
commit
bd091789fb
|
|
@ -17,7 +17,6 @@ void show_text_debug_screen(void *context, unsigned user_param)
|
||||||
|
|
||||||
tte_set_ink(INK_DARK_GREY);
|
tte_set_ink(INK_DARK_GREY);
|
||||||
REG_BG1CNT = (REG_BG1CNT & ~BG_PRIO_MASK) | BG_PRIO(3);
|
REG_BG1CNT = (REG_BG1CNT & ~BG_PRIO_MASK) | BG_PRIO(3);
|
||||||
obj_hide_multi(ptgb_logo_l, 2);
|
|
||||||
text_loop(SCRIPT_DEBUG);
|
text_loop(SCRIPT_DEBUG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user