diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-08 09:43:39 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-07-08 09:43:39 +0200 |
commit | 893059a3d8eb5e67ccbd17ada0e9293df07685fd (patch) | |
tree | 5afabdee5f4bfac23e532c0a03e1551efeafa617 /arm9/modules/18 | |
parent | 0607178b56bbfd2843afb310602af9854bbc01cb (diff) | |
parent | ce2a7d62e70fa3b38a49fb800d8e0b22fa6d6073 (diff) |
Merge branch 'unk_020040F4' of github.com:remicalixte/pokediamond into unk_020040F4
Diffstat (limited to 'arm9/modules/18')
-rw-r--r-- | arm9/modules/18/asm/module_18.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arm9/modules/18/asm/module_18.s b/arm9/modules/18/asm/module_18.s index a7e887c2..d1d70504 100644 --- a/arm9/modules/18/asm/module_18.s +++ b/arm9/modules/18/asm/module_18.s @@ -405,7 +405,7 @@ MOD18_02239994: ; 0x02239994 ldr r0, [r0] ldr r0, [r0] ldr r0, [r0, #0x28] - bl FUN_020344FC + bl MapMatrix_GetWidth sub r0, r0, #2 lsl r0, r0, #0x15 lsr r6, r0, #0x10 @@ -413,7 +413,7 @@ MOD18_02239994: ; 0x02239994 ldr r0, [r0] ldr r0, [r0] ldr r0, [r0, #0x28] - bl FUN_0203450C + bl MapMatrix_GetHeight sub r0, r0, #2 lsl r0, r0, #0x15 lsr r4, r0, #0x10 |