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/69/asm | |
| parent | 99b7ee252db114934a7de5d71ca7a4cbf8244595 (diff) | |
partially document oam.c and brightness.c
Diffstat (limited to 'arm9/modules/69/asm')
| -rw-r--r-- | arm9/modules/69/asm/module_69.s | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/arm9/modules/69/asm/module_69.s b/arm9/modules/69/asm/module_69.s index 1667a6f0..78dbeb0f 100644 --- a/arm9/modules/69/asm/module_69.s +++ b/arm9/modules/69/asm/module_69.s @@ -712,7 +712,7 @@ MOD69_0222DB2C: ; 0x0222DB2C str r1, [r0] ldr r0, [r4, #0x24] bl FUN_0201FDEC - bl FUN_02009F80 + bl ApplyAndResetOamManagerBuffer _0222DB8E: add sp, #8 pop {r4, pc} @@ -1451,7 +1451,7 @@ _0222E1C2: bl FreeToHeap ldr r0, [r6, #0x24] bl FUN_0201FD58 - bl FUN_02009FA0 + bl DeinitOamData pop {r3, r4, r5, r6, r7, pc} .align 2, 0 @@ -4231,4 +4231,3 @@ MOD69_0222F940: ; 0x0222F940 .global MOD69_0222F960 MOD69_0222F960: ; 0x0222F960 .space 0x20 - |
