diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-20 16:30:08 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-20 16:30:08 -0400 |
commit | 684cde0b321e955fdec5b86e125d9993ebb318c6 (patch) | |
tree | 98a6891a6627e60c1ef0313cdf9062d0b514c002 /arm9/modules/14/asm/module_14.s | |
parent | d3991f920ce0e1d4f9fd34dccdd7b37a239d4192 (diff) |
Decompile game_init.c
Diffstat (limited to 'arm9/modules/14/asm/module_14.s')
-rw-r--r-- | arm9/modules/14/asm/module_14.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/14/asm/module_14.s b/arm9/modules/14/asm/module_14.s index 0f186c44..b7b80736 100644 --- a/arm9/modules/14/asm/module_14.s +++ b/arm9/modules/14/asm/module_14.s @@ -10493,7 +10493,7 @@ _021DC79C: mov r0, #0 add r1, r0, #0 mov r5, #1 - bl FUN_02015F10 + bl Main_SetVBlankIntrCB bl FUN_02015F1C bl FUN_0201E6D8 bl FUN_0201E740 @@ -10783,7 +10783,7 @@ MOD14_021DCA38: ; 0x021DCA38 add r4, r0, #0 mov r0, #0 add r1, r0, #0 - bl FUN_02015F10 + bl Main_SetVBlankIntrCB ldr r0, [r4] bl FUN_0200CAB4 ldr r0, [r4, #4] |