diff options
Diffstat (limited to 'arm9/asm')
| -rw-r--r-- | arm9/asm/CTRDG_backup.s | 5 | ||||
| -rw-r--r-- | arm9/asm/CTRDG_flash_common.s | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/arm9/asm/CTRDG_backup.s b/arm9/asm/CTRDG_backup.s index f5ed989d..e04344b4 100644 --- a/arm9/asm/CTRDG_backup.s +++ b/arm9/asm/CTRDG_backup.s @@ -35,6 +35,7 @@ .extern UNK_021D6B0C .extern UNK_021D6B34 .extern UNK_021D6B2C + .extern UNK_021D6B4C .extern UNK_021D6B18 .section .rodata @@ -182,10 +183,6 @@ UNK_021041D0: ; 0x021041D0 .section .bss - .global UNK_021D6B4C -UNK_021D6B4C: ; 0x021D6B4C - .space 0x4 - .text arm_func_start CTRDG_IdentifyAgbBackup diff --git a/arm9/asm/CTRDG_flash_common.s b/arm9/asm/CTRDG_flash_common.s index 9d245806..aaef15fb 100644 --- a/arm9/asm/CTRDG_flash_common.s +++ b/arm9/asm/CTRDG_flash_common.s @@ -63,6 +63,10 @@ UNK_021D6B3C: ; 0x021D6B3C UNK_021D6B44: ; 0x021D6B44 .space 0x8 + .global UNK_021D6B4C +UNK_021D6B4C: ; 0x021D6B4C + .space 0x4 + .text arm_func_start CTRDG_WriteAndVerifyAgbFlashAsync |
