diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-25 15:26:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-06-25 15:26:31 -0400 |
commit | 8c34579a17e672c05e46275e938d8d8d73232d79 (patch) | |
tree | c9041081dba778a674c5753b112eefd4b7f94069 /arm9/modules | |
parent | 4ab04286637982c0f4938190ca363c2f7c9b0e3a (diff) |
Refactor sdat.h structs and name some routines
Diffstat (limited to 'arm9/modules')
-rw-r--r-- | arm9/modules/04/asm/thumb_04.s | 2 | ||||
-rw-r--r-- | arm9/modules/13/asm/module_13_arm2.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/04/asm/thumb_04.s b/arm9/modules/04/asm/thumb_04.s index 48315516..89d96e19 100644 --- a/arm9/modules/04/asm/thumb_04.s +++ b/arm9/modules/04/asm/thumb_04.s @@ -2347,7 +2347,7 @@ _021D86CE: str r1, [r2, r0] mov r0, #1 bl FUN_020AA770 - bl FUN_020C01D0 + bl SDAT_Init ldr r0, _021D8718 ; =UNK04_0220FBC8 ldr r1, [r0, #4] ldr r0, _021D8728 ; =0x00003504 diff --git a/arm9/modules/13/asm/module_13_arm2.s b/arm9/modules/13/asm/module_13_arm2.s index 3b78a5b0..f919cf8b 100644 --- a/arm9/modules/13/asm/module_13_arm2.s +++ b/arm9/modules/13/asm/module_13_arm2.s @@ -25832,7 +25832,7 @@ MOD13_022342A0: ; 0x022342A0 ldr r1, _0223432C ; =0x02243154 ldr r1, [r1] str r0, [r1, #0x94] - bl FUN_020C01D0 + bl SDAT_Init ldr r0, _0223432C ; =0x02243154 ldr r0, [r0] ldr r1, [r0, #0x94] |