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/04/asm | |
parent | 4ab04286637982c0f4938190ca363c2f7c9b0e3a (diff) |
Refactor sdat.h structs and name some routines
Diffstat (limited to 'arm9/modules/04/asm')
-rw-r--r-- | arm9/modules/04/asm/thumb_04.s | 2 |
1 files changed, 1 insertions, 1 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 |