diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-04-08 17:48:36 -0400 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-04-13 11:34:53 -0500 |
commit | 2b740b46e8254446b2598b4ab13aeb752e060cc0 (patch) | |
tree | 25a071938506d4f696449eca074f2d60980020d9 /src/pokedex.c | |
parent | ee2edb068af30cf2d560de510fc03cfff77acc92 (diff) |
About halfway done with pokenav_unk_1.s
Diffstat (limited to 'src/pokedex.c')
-rw-r--r-- | src/pokedex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pokedex.c b/src/pokedex.c index 3343854cd..cf144f619 100644 --- a/src/pokedex.c +++ b/src/pokedex.c @@ -4039,7 +4039,7 @@ void sub_80C0460(u16 weight, u8 left, u8 top) lsls r2, 24\n\ lsrs r2, 24\n\ str r2, [sp, 0x10]\n\ - ldr r5, =0x000186a0 @ Note to decompiler: See UNKNOWN_OFFSET\n\ + ldr r5, =0x000186a0 @ Note to decompiler: See UNKNOWN_POKENAV_OFFSET\n\ muls r0, r5\n\ ldr r1, =0x000011b8\n\ bl __divsi3\n\ @@ -4073,7 +4073,7 @@ _080C04C0:\n\ mov r8, r1\n\ movs r6, 0x1\n\ _080C04C6:\n\ - ldr r1, =0x000186a0 @ Note to decompiler: See UNKNOWN_OFFSET\n\ + ldr r1, =0x000186a0 @ Note to decompiler: See UNKNOWN_POKENAV_OFFSET\n\ adds r0, r7, 0\n\ bl __umodsi3\n\ adds r7, r0, 0\n\ |