diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2017-09-09 20:54:41 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2017-09-09 20:54:41 -0500 |
commit | a1368c545df5d49c2cde32c09c14aba8d4bdc967 (patch) | |
tree | 0dd69e9a676d0d4872e51552d465cbc0364e2a55 /asm/option_menu.s | |
parent | f29fc55796cc5500f954b396264edc863f96f486 (diff) | |
parent | eb280768a48eba5332468b463aab962e1eafb18e (diff) |
Merge remote-tracking branch 'pret/master'
Diffstat (limited to 'asm/option_menu.s')
-rw-r--r-- | asm/option_menu.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/option_menu.s b/asm/option_menu.s index cc6acc5ac..214e23094 100644 --- a/asm/option_menu.s +++ b/asm/option_menu.s @@ -833,7 +833,7 @@ _080BABAE: movs r1, 0x1 add r2, sp, 0xC adds r3, r6, 0 - bl Print + bl PrintTextOnWindow add sp, 0x1C pop {r4-r6} pop {r0} @@ -1470,7 +1470,7 @@ sub_80BB0D0: @ 80BB0D0 str r0, [sp, 0x8] movs r1, 0x1 movs r3, 0x8 - bl Print + bl PrintTextOnWindow movs r0, 0 movs r1, 0x3 bl CopyWindowToVram @@ -1505,7 +1505,7 @@ _080BB114: movs r0, 0x1 movs r1, 0x1 movs r3, 0x8 - bl Print + bl PrintTextOnWindow adds r0, r4, 0x1 lsls r0, 24 lsrs r4, r0, 24 |