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/80 | |
parent | 99b7ee252db114934a7de5d71ca7a4cbf8244595 (diff) |
partially document oam.c and brightness.c
Diffstat (limited to 'arm9/modules/80')
-rw-r--r-- | arm9/modules/80/asm/module_80.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/80/asm/module_80.s b/arm9/modules/80/asm/module_80.s index fae0c264..3b68da11 100644 --- a/arm9/modules/80/asm/module_80.s +++ b/arm9/modules/80/asm/module_80.s @@ -1712,7 +1712,7 @@ MOD80_0222E2E0: ; 0x0222E2E0 str r1, [r4, r0] _0222E2F4: bl FUN_0201C30C - bl FUN_02009F80 + bl ApplyAndResetOamManagerBuffer ldr r3, _0222E310 ; =0x027E0000 ldr r1, _0222E314 ; =0x00003FF8 mov r0, #1 @@ -2389,7 +2389,7 @@ _0222E824: ldr r0, _0222E858 ; =0x00000B84 mov r1, #0 str r1, [r6, r0] - bl FUN_02009FA0 + bl DeinitOamData bl FUN_0201D12C bl FUN_0201E08C pop {r3, r4, r5, r6, r7, pc} |