diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-08 21:27:02 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-08 21:27:02 -0400 |
commit | 70e982d1fabc62a6d145b1a8dda866931886bb4d (patch) | |
tree | 56e93f3b6f3f2dbace726042ea37e78103867b15 /asm | |
parent | 43c3b9fdff01c05860969d80fbc6ae0b0dbbcb90 (diff) |
npc_coords_shift
Diffstat (limited to 'asm')
-rw-r--r-- | asm/field_map_obj.s | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/asm/field_map_obj.s b/asm/field_map_obj.s index 57ea7af2e..f0cd4f07b 100644 --- a/asm/field_map_obj.s +++ b/asm/field_map_obj.s @@ -5,18 +5,6 @@ .text - thumb_func_start npc_coords_shift -@ void npc_coords_shift(struct npc_state *fieldObject, u16 x, u16 y) -npc_coords_shift: @ 808EAE4 - ldrh r3, [r0, 0x10] - strh r3, [r0, 0x14] - ldrh r3, [r0, 0x12] - strh r3, [r0, 0x16] - strh r1, [r0, 0x10] - strh r2, [r0, 0x12] - bx lr - thumb_func_end npc_coords_shift - thumb_func_start npc_coords_set @ void npc_coords_set(struct npc_state *fieldObject, u16 x, u16 y) npc_coords_set: @ 808EAF4 |