diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2016-10-31 03:14:22 -0500 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2016-10-31 09:43:17 -0500 |
commit | 4df1937738c4dc39d23f5c4e4b0d6a3774ff1b17 (patch) | |
tree | 4035a8314efc3149a5f818a2589c099643b08850 /asm/tileset_animation.s | |
parent | 6874afafe545365a52c2262da4e4a84ddf14afaf (diff) |
Ported task.c and others from pokeruby
Diffstat (limited to 'asm/tileset_animation.s')
-rw-r--r-- | asm/tileset_animation.s | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/tileset_animation.s b/asm/tileset_animation.s index 3e6dbfc9a..404685366 100644 --- a/asm/tileset_animation.s +++ b/asm/tileset_animation.s @@ -1814,7 +1814,7 @@ sub_80A1818: @ 80A1818 movs r1, 0x10 bl pal_fade_1 ldr r0, =sub_8149DFC - bl get_task_id_by_function + bl FindTaskIdByFunc lsls r0, 24 lsrs r0, 24 cmp r0, 0xFF @@ -1846,7 +1846,7 @@ sub_80A1884: @ 80A1884 movs r2, 0x10 bl CpuSet ldr r0, =sub_8149DFC - bl get_task_id_by_function + bl FindTaskIdByFunc lsls r0, 24 lsrs r0, 24 cmp r0, 0xFF |