mirror of
https://github.com/GearsProgress/Poke_Transporter_GB.git
synced 2026-03-21 17:34:42 -05:00
Adding legal message padding
This commit is contained in:
parent
37aa2a8674
commit
de4e5bbad6
|
|
@ -388,8 +388,8 @@ int main_menu_loop()
|
|||
// Legal stuff
|
||||
static void show_legal_text(const u8 *intro_text)
|
||||
{
|
||||
tte_set_margins(0, 0, H_MAX, V_MAX);
|
||||
tte_set_pos(0, 0);
|
||||
tte_set_margins(8, 0, H_MAX - 8, V_MAX);
|
||||
tte_set_pos(8, 0);
|
||||
tte_set_ink(INK_ROM_COLOR);
|
||||
ptgb_write(intro_text, true);
|
||||
bool wait = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user