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/06 | |
parent | bda7592e05336a32f102e3fa15ab1c345f5c716a (diff) | |
parent | 0eb6a485e0e3fba97fdc6f7157895f3ef607339a (diff) |
Merge pull request #422 from tgsm/map_header
Document more of map_header
Diffstat (limited to 'arm9/modules/06')
-rw-r--r-- | arm9/modules/06/asm/module_06.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/06/asm/module_06.s b/arm9/modules/06/asm/module_06.s index 0701bc8c..5140203c 100644 --- a/arm9/modules/06/asm/module_06.s +++ b/arm9/modules/06/asm/module_06.s @@ -4775,7 +4775,7 @@ MOD06_0223B9A8: ; 0x0223B9A8 ldr r0, [r0] add r6, r2, #0 add r7, r3, #0 - bl FUN_020349B8 + bl MapHeader_MapIsTrophyGarden cmp r0, #0 beq _0223B9FC add r1, sp, #0 @@ -5248,7 +5248,7 @@ _0223BD8A: ldr r0, [sp, #8] ldr r0, [r0, #0x1c] ldr r0, [r0] - bl FUN_020349AC + bl MapHeader_MapIsMtCoronetFeebasRoom cmp r0, #0 beq _0223BDFC ldr r0, [sp, #8] |