diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-07-04 20:43:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-04 20:43:35 +0100 |
commit | 97efa5f28e697c85d0a47c45f04b0b69dbf699b0 (patch) | |
tree | 11170461b662a3a82ee98b62c6759c220f9f1f42 /arm9/modules/43 | |
parent | bda7592e05336a32f102e3fa15ab1c345f5c716a (diff) | |
parent | 0eb6a485e0e3fba97fdc6f7157895f3ef607339a (diff) |
Merge pull request #422 from tgsm/map_header
Document more of map_header
Diffstat (limited to 'arm9/modules/43')
-rw-r--r-- | arm9/modules/43/asm/module_43.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/43/asm/module_43.s b/arm9/modules/43/asm/module_43.s index 59f7e81d..cb9d4f4d 100644 --- a/arm9/modules/43/asm/module_43.s +++ b/arm9/modules/43/asm/module_43.s @@ -62,7 +62,7 @@ MOD43_0225489C: ; 0x0225489C add r6, r0, #0 ldr r0, [r4, #0x1c] ldr r0, [r0] - bl MapHeader_MapIsOnOverworldMatrix + bl MapHeader_MapIsOnMainMatrix cmp r0, #0 beq _022548E0 ldr r0, [r4, #0x1c] @@ -395,7 +395,7 @@ MOD43_02254AF8: ; 0x02254AF8 add r7, r0, #0 ldr r0, [r4, #0x1c] ldr r0, [r0] - bl MapHeader_MapIsOnOverworldMatrix + bl MapHeader_MapIsOnMainMatrix cmp r0, #0 beq _02254B36 ldr r1, [r4, #0x1c] |