diff options
Diffstat (limited to 'asm/SDK/VF/pf_system.s')
-rw-r--r-- | asm/SDK/VF/pf_system.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/SDK/VF/pf_system.s b/asm/SDK/VF/pf_system.s index feaebde..43278ce 100644 --- a/asm/SDK/VF/pf_system.s +++ b/asm/SDK/VF/pf_system.s @@ -32,7 +32,7 @@ VFiPFSYS_TimeStamp: /* 8031A474 003160D4 B0 04 00 02 */ sth r0, 2(r4)
/* 8031A478 003160D8 B0 04 00 04 */ sth r0, 4(r4)
/* 8031A47C 003160DC B3 E4 00 06 */ sth r31, 6(r4)
-/* 8031A480 003160E0 48 00 16 D1 */ bl func_8031BB50
+/* 8031A480 003160E0 48 00 16 D1 */ bl dTM_GetNowTime
/* 8031A484 003160E4 B3 FE 00 06 */ sth r31, 6(r30)
/* 8031A488 003160E8 83 E1 00 0C */ lwz r31, 0xc(r1)
/* 8031A48C 003160EC 83 C1 00 08 */ lwz r30, 8(r1)
|