diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-08-25 10:58:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 10:58:13 -0400 |
commit | 49e32814a3d7ba8a8a7e441a53d1a1c0ccd1f3fe (patch) | |
tree | d3b7dbd7bc8c129df02f80d9299cc546f47d0b3d /arm9/modules/45 | |
parent | 7a6abfe3982d516b39a13a8fd934dbfe8211cfe6 (diff) | |
parent | b55789b64644420add50cf87715a1ab0ade16967 (diff) |
Merge pull request #267 from PikalaxALT/pikalax_work
sav_system_info; RTC_convert
Diffstat (limited to 'arm9/modules/45')
-rw-r--r-- | arm9/modules/45/asm/module_45.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/45/asm/module_45.s b/arm9/modules/45/asm/module_45.s index 182774aa..e3115193 100644 --- a/arm9/modules/45/asm/module_45.s +++ b/arm9/modules/45/asm/module_45.s @@ -48,7 +48,7 @@ MOD45_0225489C: ; 0x0225489C add r4, r1, #0 add r0, sp, #4 add r6, r2, #0 - bl FUN_020126B4 + bl GF_RTC_CopyDate add r0, r4, #0 bl MOD20_02252C3C add r1, r5, #0 |