diff options
author | Max <mparisi@stevens.edu> | 2020-10-10 14:20:35 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-10 14:20:35 -0400 |
commit | 3e9dc694fab0726034d38e388d117d2520f41ab0 (patch) | |
tree | 79a6bbfb46b60a63d72865d54def8fd315f119b8 /asm/SDK/VF/pf_system.s | |
parent | 75091a5dcd9d6481a9ba3c3ce5be42c32757a844 (diff) |
split d_common, d_hash, d_time
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)
|