diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 13:01:24 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-05 13:01:24 +0200 |
commit | 1680fc0b81675b0e1cc988ece1c79075a56dbcf0 (patch) | |
tree | 66d9f8d0691fd6df39a566ecb854e7d880730c85 /asm/starter_choose.s | |
parent | 54b83061152ce6e85d1ce7185ab3645d7448e03d (diff) |
start start menu decomp
Diffstat (limited to 'asm/starter_choose.s')
-rw-r--r-- | asm/starter_choose.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/starter_choose.s b/asm/starter_choose.s index 87db69132..0f8f5d464 100644 --- a/asm/starter_choose.s +++ b/asm/starter_choose.s @@ -336,7 +336,7 @@ sub_81341FC: @ 81341FC str r0, [sp, 0x8] movs r1, 0x1 movs r3, 0 - bl Print + bl PrintTextOnWindow movs r0, 0 bl PutWindowTilemap movs r0, 0 @@ -515,7 +515,7 @@ sub_8134390: @ 8134390 str r0, [sp, 0x8] movs r1, 0x1 movs r3, 0 - bl Print + bl PrintTextOnWindow movs r0, 0 bl schedule_bg_copy_tilemap_to_vram ldr r0, =gUnknown_085B1DDC |