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/wallclock.s | |
parent | f29fc55796cc5500f954b396264edc863f96f486 (diff) | |
parent | eb280768a48eba5332468b463aab962e1eafb18e (diff) |
Merge remote-tracking branch 'pret/master'
Diffstat (limited to 'asm/wallclock.s')
-rw-r--r-- | asm/wallclock.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/wallclock.s b/asm/wallclock.s index b74ac29b2..0d6f05a23 100644 --- a/asm/wallclock.s +++ b/asm/wallclock.s @@ -361,7 +361,7 @@ Cb2_StartWallClock: @ 81349F4 str r1, [sp, 0x8] movs r1, 0x1 movs r3, 0 - bl Print + bl PrintTextOnWindow movs r0, 0x1 bl PutWindowTilemap movs r0, 0x2 @@ -508,7 +508,7 @@ _08134BA4: str r1, [sp, 0x8] movs r1, 0x1 movs r3, 0 - bl Print + bl PrintTextOnWindow movs r0, 0x1 bl PutWindowTilemap movs r0, 0x2 @@ -691,7 +691,7 @@ sub_8134DC4: @ 8134DC4 str r0, [sp, 0x8] movs r1, 0x1 movs r3, 0 - bl Print + bl PrintTextOnWindow movs r0, 0 bl PutWindowTilemap movs r0, 0 |