diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-18 19:57:28 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-18 19:57:28 +0200 |
commit | bb8d0b174dfafd4d268a874ef55f2d09f510b82b (patch) | |
tree | 03de4ccb9a850663165c6f31741a1399a19810d9 /arm9/modules/15/asm/module_15.s | |
parent | 99b7ee252db114934a7de5d71ca7a4cbf8244595 (diff) |
partially document oam.c and brightness.c
Diffstat (limited to 'arm9/modules/15/asm/module_15.s')
-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 173d4fd6..ba4f57ae 100644 --- a/arm9/modules/15/asm/module_15.s +++ b/arm9/modules/15/asm/module_15.s @@ -2664,7 +2664,7 @@ _021D88A4: bl FUN_0200CAB4 ldr r0, [r6, #4] bl FUN_0200CAB4 - bl FUN_02009FA0 + bl DeinitOamData ldr r0, [r6, #0x24] bl FUN_0201FD58 ldr r0, [r6, #0x20] @@ -2691,7 +2691,7 @@ MOD15_021D88DC: ; 0x021D88DC push {r3, lr} ldr r0, [r1, #0x24] bl FUN_0201FDEC - bl FUN_02009F80 + bl ApplyAndResetOamManagerBuffer ldr r3, _021D88F8 ; =0x027E0000 ldr r1, _021D88FC ; =0x00003FF8 mov r0, #1 |