mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-09 00:58:16 +00:00
51 lines
2.0 KiB
C
51 lines
2.0 KiB
C
// Auto-generated by ps1_meta.lua (passes/offsets.lua) — DO NOT EDIT
|
|
// Directory: C:\projects\Pikuma\ps1\code\hello_camera\
|
|
// source: C:\projects\Pikuma\ps1\code\hello_camera\hello_camera.c
|
|
// source: C:\projects\Pikuma\ps1\code\hello_camera\hello_camera.h
|
|
// source: C:\projects\Pikuma\ps1\code\hello_camera\hello_camera.atom.c
|
|
#pragma once
|
|
|
|
#pragma region hello_camera
|
|
|
|
|
|
// --- atom: pad_input_cube_rotation (60 words) ---
|
|
|
|
#define _atom_offset_dpad_left_exit_dpad_left 6
|
|
#define _atom_offset_dpad_right_exit_dpad_right 6
|
|
#define _atom_offset_dead_zone_low_check_dead_low_active 8
|
|
#define _atom_offset_dead_zone_high_check_dead_high_active 15
|
|
#define _atom_offset_dead_zone_skip_exit_stick 24
|
|
#define _atom_offset_end_low_exit_stick 12
|
|
|
|
enum {
|
|
atom_offset_dpad_left_exit_dpad_left = _atom_offset_dpad_left_exit_dpad_left,
|
|
atom_offset_dpad_right_exit_dpad_right = _atom_offset_dpad_right_exit_dpad_right,
|
|
atom_offset_dead_zone_low_check_dead_low_active = _atom_offset_dead_zone_low_check_dead_low_active,
|
|
atom_offset_dead_zone_high_check_dead_high_active = _atom_offset_dead_zone_high_check_dead_high_active,
|
|
atom_offset_dead_zone_skip_exit_stick = _atom_offset_dead_zone_skip_exit_stick,
|
|
atom_offset_end_low_exit_stick = _atom_offset_end_low_exit_stick,
|
|
};
|
|
|
|
// --- atom: cube_g4_face (76 words) ---
|
|
|
|
#define _atom_offset_cull_cube_g4_face_exit 41
|
|
#define _atom_offset_bounds_chk_cube_g4_face_exit 24
|
|
|
|
enum {
|
|
atom_offset_cull_cube_g4_face_exit = _atom_offset_cull_cube_g4_face_exit,
|
|
atom_offset_bounds_chk_cube_g4_face_exit = _atom_offset_bounds_chk_cube_g4_face_exit,
|
|
};
|
|
|
|
// --- atom: floor_f3_face (58 words) ---
|
|
|
|
#define _atom_offset_culling_floor_f3_face_exit 25
|
|
#define _atom_offset_bounds_chk_floor_f3_face_exit 16
|
|
|
|
enum {
|
|
atom_offset_culling_floor_f3_face_exit = _atom_offset_culling_floor_f3_face_exit,
|
|
atom_offset_bounds_chk_floor_f3_face_exit = _atom_offset_bounds_chk_floor_f3_face_exit,
|
|
};
|
|
|
|
#pragma endregion hello_camera
|
|
|