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/15 | |
| parent | d3991f920ce0e1d4f9fd34dccdd7b37a239d4192 (diff) | |
Decompile game_init.c
Diffstat (limited to 'arm9/modules/15')
| -rw-r--r-- | arm9/modules/15/asm/module_15.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/15/asm/module_15.s b/arm9/modules/15/asm/module_15.s index bd0ca04e..e633fc94 100644 --- a/arm9/modules/15/asm/module_15.s +++ b/arm9/modules/15/asm/module_15.s @@ -2588,7 +2588,7 @@ MOD15_021D87F8: ; 0x021D87F8 beq _021D8878 mov r0, #0 add r1, r0, #0 - bl FUN_02015F10 + bl Main_SetVBlankIntrCB bl FUN_02015F1C str r5, [r4, #0x18] str r6, [r4, #0x1c] @@ -2647,7 +2647,7 @@ MOD15_021D8888: ; 0x021D8888 beq _021D88CE mov r0, #0 add r1, r0, #0 - bl FUN_02015F10 + bl Main_SetVBlankIntrCB mov r4, #0 add r5, r6, #0 _021D889A: |
