diff options
author | tgsm <doodrabbit@hotmail.com> | 2021-03-24 07:28:25 -0400 |
---|---|---|
committer | tgsm <doodrabbit@hotmail.com> | 2021-03-24 07:28:25 -0400 |
commit | 08f7471387b63deca732cbf7e972f92187b4b647 (patch) | |
tree | 87c63291651163778359857df81f916446e294aa /arm9/modules/42 | |
parent | 1fbc3a19c26344a33dae19625a5113fe1eada50f (diff) |
Document some MapHeader functions/members
Diffstat (limited to 'arm9/modules/42')
-rw-r--r-- | arm9/modules/42/asm/module_42.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/42/asm/module_42.s b/arm9/modules/42/asm/module_42.s index 8e41c6cc..5bbfa2ba 100644 --- a/arm9/modules/42/asm/module_42.s +++ b/arm9/modules/42/asm/module_42.s @@ -139,7 +139,7 @@ _02254932: add r6, r0, #0 ldr r0, [r4, #0x1c] ldr r0, [r0] - bl FUN_02034908 + bl MapHeader_MapIsOnOverworldMatrix cmp r0, #0 beq _02254984 ldr r0, [r4, #0x1c] @@ -527,7 +527,7 @@ MOD42_02254C04: ; 0x02254C04 add r6, r0, #0 ldr r0, [r4, #0x1c] ldr r0, [r0] - bl FUN_02034908 + bl MapHeader_MapIsOnOverworldMatrix cmp r0, #0 beq _02254C3C ldr r1, [r4, #0x1c] |