diff options
author | YamaArashi <shadow962@live.com> | 2015-11-27 18:50:30 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-27 18:50:30 -0800 |
commit | 9eabe80048c1a64cdd5a9c978d0df59eac7f84fd (patch) | |
tree | 0f52de7675bf4e647e5c5c3a115ce03e1ef4f613 /asm/main.s | |
parent | 244ae4c8b8900acd3dbd8b0a00a917ded696266a (diff) |
name game's RTC functions
Diffstat (limited to 'asm/main.s')
-rw-r--r-- | asm/main.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/main.s b/asm/main.s index d60d250df..5cac74195 100644 --- a/asm/main.s +++ b/asm/main.s @@ -20,7 +20,7 @@ Main: bl m4aSoundInit bl lcd_enable_vcount_irq_at_150px bl sub_800E6D0 - bl sub_802F21C + bl GameFreakRTC_Init bl flash_timeout_start_on_timer_2_when_flash_present bl init_saveblock_ptrs_and_set_copyright_callback2 bl sound_sources_off |