diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-06 08:46:47 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-09-06 08:46:47 -0400 |
commit | 83dbdc031856410b8b1b9154900cfcb5c069ec46 (patch) | |
tree | 5474f5788bcdd0b57ce7dfea05e66ce4945cfdda /asm | |
parent | 63dd0ea397ff01787753f182541ed8324f2d498b (diff) |
npc_clear_ids_and_state
Diffstat (limited to 'asm')
-rw-r--r-- | asm/field_map_obj.s | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/asm/field_map_obj.s b/asm/field_map_obj.s index ff3c8c48d..5801bbc5f 100644 --- a/asm/field_map_obj.s +++ b/asm/field_map_obj.s @@ -5,25 +5,6 @@ .text - thumb_func_start npc_clear_ids_and_state -npc_clear_ids_and_state: @ 808D3F0 - push {r4,lr} - adds r4, r0, 0 - movs r1, 0 - movs r2, 0x24 - bl memset - movs r0, 0xFF - strb r0, [r4, 0x8] - movs r0, 0x1 - negs r0, r0 - strb r0, [r4, 0x9] - strb r0, [r4, 0xA] - strb r0, [r4, 0x1C] - pop {r4} - pop {r0} - bx r0 - thumb_func_end npc_clear_ids_and_state - thumb_func_start npcs_clear_ids_and_state npcs_clear_ids_and_state: @ 808D410 push {r4,r5,lr} |