diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-18 19:39:25 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-18 19:39:25 -0400 |
commit | a63750306c6c8f6e55aa7e888595117857047d59 (patch) | |
tree | 4acd3927c0df8fae1c5f6d2c650862dd5d765899 /asm/start_menu.s | |
parent | 9078a0672d190a6e23cde45ff2b22914de6e1517 (diff) |
decompile money.c and coins.c
Diffstat (limited to 'asm/start_menu.s')
-rw-r--r-- | asm/start_menu.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/start_menu.s b/asm/start_menu.s index a776442d5..d31fb0723 100644 --- a/asm/start_menu.s +++ b/asm/start_menu.s @@ -191,7 +191,7 @@ sub_806EE7C: @ 806EE7C movs r1, 0x2 adds r2, r5, 0 movs r3, 0x4 - bl PrintTextOnWindow + bl AddTextPrinterParameterized ldrb r0, [r4] movs r1, 0x2 bl CopyWindowToVram @@ -306,7 +306,7 @@ _0806EFA8: movs r1, 0x2 mov r2, r9 movs r3, 0x8 - bl PrintTextOnWindow + bl AddTextPrinterParameterized _0806EFDA: movs r0, 0x80 lsls r0, 9 |