diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 10:58:33 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-22 10:58:33 +0200 |
commit | 99d4cb2b2addcd12e7775c7817c5ed7783cbe971 (patch) | |
tree | 6d386c0cea46574851d5c81d1b368fb5fb3c8f09 /arm9/modules/11/asm/module_11_thumb1.s | |
parent | 59f143d03b359f07c08da66c294fb048a33993ef (diff) |
partially document unk_0200CABC
Diffstat (limited to 'arm9/modules/11/asm/module_11_thumb1.s')
-rw-r--r-- | arm9/modules/11/asm/module_11_thumb1.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/11/asm/module_11_thumb1.s b/arm9/modules/11/asm/module_11_thumb1.s index 1040df95..72e5cdbb 100644 --- a/arm9/modules/11/asm/module_11_thumb1.s +++ b/arm9/modules/11/asm/module_11_thumb1.s @@ -638,7 +638,7 @@ _0222D99A: mov r1, #0 mov r2, #1 mov r3, #0xa - bl FUN_0200D0BC + bl DrawFrameAndWindow2 add r0, r5, #0 bl MOD11_0222FE94 add sp, #0x68 @@ -800,7 +800,7 @@ _0222DC42: mov r1, #0 mov r2, #1 mov r3, #0xa - bl FUN_0200D0BC + bl DrawFrameAndWindow2 mov r0, #5 bl FUN_0200BB14 add r1, r4, #0 |