diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-08-21 18:35:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-21 18:35:03 +0100 |
commit | 70f49f7dff07152e2b5ffe41383fd7aa77dd8428 (patch) | |
tree | cf1d4b0871b5084a5b38862d58b404788b1b11ab /arm9/modules | |
parent | c1fe116810ccce4cf5bd1c15559ba1e2ffe57663 (diff) | |
parent | 0d600f46805de96895678bb76d7c3e87466f459f (diff) |
Merge pull request #454 from tgsm/save_data_write_error
Save data write error
Diffstat (limited to 'arm9/modules')
-rw-r--r-- | arm9/modules/83/asm/module_83.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/83/asm/module_83.s b/arm9/modules/83/asm/module_83.s index c84d1e83..7c18c8e8 100644 --- a/arm9/modules/83/asm/module_83.s +++ b/arm9/modules/83/asm/module_83.s @@ -2149,7 +2149,7 @@ _0222E656: bl FUN_02032D80 _0222E692: mov r0, #0x51 - bl FUN_02089F24 + bl ShowGBACartRemovedError b _0222E6A8 _0222E69A: bl PlaySE @@ -18582,7 +18582,7 @@ MOD83_02236804: ; 0x02236804 beq _02236828 _02236822: mov r0, #0x4e - bl FUN_02089F24 + bl ShowGBACartRemovedError _02236828: ldr r0, [r4, #0xc] add r0, r0, #1 |