mirror of https://github.com/pmret/papermario.git
88 lines
2.0 KiB
C
88 lines
2.0 KiB
C
#include "common.h"
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, poll_rumble);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, start_rumble);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, func_80028F8C);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, func_80028FE0);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, length2D);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, _heap_create);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, _heap_malloc);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, _heap_malloc_tail);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, _heap_free);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, _heap_realloc);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, cosine);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, sign);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, int_to_string);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, mem_clear);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, transform_point);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, copy_matrix);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, dma_copy);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, func_80029860);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, _advance_rng);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, func_80029934);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, func_80029994);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, rand_int);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, signF);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, round);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, clamp_angle);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, get_clamped_angle_diff);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, atan2);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, get_player_normal_yaw);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, get_player_normal_pitch);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, dist2D);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, dist3D);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, add_vec2D_polar);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, _wrap_trig_lookup_value);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, sin_cos_rad);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, sin_rad);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, cos_rad);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, sin_cos_deg);
|
|
|
|
f32 INCLUDE_ASM(code_42e0_len_1f60, sin_deg, f32 x);
|
|
|
|
f32 INCLUDE_ASM(code_42e0_len_1f60, cos_deg, f32 x);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, update_lerp);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, func_8002A904);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, func_8002AAC4);
|
|
|
|
INCLUDE_ASM(code_42e0_len_1f60, func_8002AB5C);
|