mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-25 02:20:33 +00:00
40 lines
1.2 KiB
C
40 lines
1.2 KiB
C
// Auto-generated by ps1_meta.lua (passes/offsets.lua) — DO NOT EDIT
|
|
// Source: C:\projects\Pikuma\ps1\code\hello_joypad\hello_joypad.tape.c
|
|
#pragma once
|
|
|
|
#pragma region hello_joypad.tape
|
|
|
|
|
|
// --- atom: pad_input_demo (24 words) ---
|
|
|
|
#define _atom_offset_pad_left_exit_pad_left 6
|
|
#define _atom_offset_pad_right_exit_pad_right 6
|
|
|
|
enum {
|
|
atom_offset_pad_left_exit_pad_left = _atom_offset_pad_left_exit_pad_left,
|
|
atom_offset_pad_right_exit_pad_right = _atom_offset_pad_right_exit_pad_right,
|
|
};
|
|
|
|
// --- atom: cube_g4_face (77 words) ---
|
|
|
|
#define _atom_offset_cull_cube_g4_face_exit 42
|
|
#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_joypad.tape
|
|
|