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/60 | |
| parent | d3991f920ce0e1d4f9fd34dccdd7b37a239d4192 (diff) | |
Decompile game_init.c
Diffstat (limited to 'arm9/modules/60')
| -rw-r--r-- | arm9/modules/60/asm/module_60.s | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/modules/60/asm/module_60.s b/arm9/modules/60/asm/module_60.s index 6c2094b1..28028e5f 100644 --- a/arm9/modules/60/asm/module_60.s +++ b/arm9/modules/60/asm/module_60.s @@ -436,7 +436,7 @@ MOD60_021D7834: ; 0x021D7834 _021D7848: mov r0, #0 add r1, r0, #0 - bl FUN_02015F10 + bl Main_SetVBlankIntrCB bl FUN_02015F1C bl FUN_0201E6D8 bl FUN_0201E740 @@ -482,7 +482,7 @@ _021D78A2: bl FUN_02033F20 ldr r0, _021D78E4 ; =MOD60_021D77D4 add r1, r4, #0 - bl FUN_02015F10 + bl Main_SetVBlankIntrCB mov r0, #0 str r0, [r4, #8] mov r0, #1 @@ -549,7 +549,7 @@ _021D7928: _021D7946: mov r0, #0 add r1, r0, #0 - bl FUN_02015F10 + bl Main_SetVBlankIntrCB bl FUN_02015F1C bl FUN_0201E6D8 bl FUN_0201E740 |
