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/07/asm | |
parent | bda7592e05336a32f102e3fa15ab1c345f5c716a (diff) | |
parent | 0eb6a485e0e3fba97fdc6f7157895f3ef607339a (diff) |
Merge pull request #422 from tgsm/map_header
Document more of map_header
Diffstat (limited to 'arm9/modules/07/asm')
-rw-r--r-- | arm9/modules/07/asm/module_07.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arm9/modules/07/asm/module_07.s b/arm9/modules/07/asm/module_07.s index dbf02f8d..6e4f14c2 100644 --- a/arm9/modules/07/asm/module_07.s +++ b/arm9/modules/07/asm/module_07.s @@ -5037,7 +5037,7 @@ MOD07_02214720: ; 0x02214720 mov r0, #0x57 lsl r0, r0, #2 ldr r0, [r1, r0] - bl FUN_02034998 + bl MapHeader_MapIsUnionRoom cmp r0, #1 bne _0221479C mov r0, #1 |