mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-07-18 07:01:31 -07:00
wip: cube_g4_face is bugged
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
#pragma region hello_gte_tape
|
||||
|
||||
|
||||
// --- atom: cube_g4_face (44 words) ---
|
||||
// --- atom: cube_g4_face (42 words) ---
|
||||
|
||||
#define _atom_offset_cull_cube_g4_face_exit 25
|
||||
#define _atom_offset_cull_cube_g4_face_exit 26
|
||||
#define _atom_offset_bounds_chk_cube_g4_face_exit 2
|
||||
|
||||
enum {
|
||||
@@ -15,9 +15,9 @@ enum {
|
||||
atom_offset_bounds_chk_cube_g4_face_exit = _atom_offset_bounds_chk_cube_g4_face_exit,
|
||||
};
|
||||
|
||||
// --- atom: floor_f3_face (30 words) ---
|
||||
// --- atom: floor_f3_face (47 words) ---
|
||||
|
||||
#define _atom_offset_culling_floor_f3_face_exit 15
|
||||
#define _atom_offset_culling_floor_f3_face_exit 14
|
||||
#define _atom_offset_bounds_chk_floor_f3_face_exit 3
|
||||
|
||||
enum {
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
# include "tape_atom.metadata.h"
|
||||
# include "gen/gte_hello.offsets.h"
|
||||
#include "hello_gte.h"
|
||||
|
||||
#include "hello_gte_tape.c"
|
||||
|
||||
typedef U4 OrderingTable_Buffer[OrderingTbl_Len];
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# include "duffle/atom_dsl.h"
|
||||
# include "duffle/lottes_tape.h"
|
||||
# include "tape_atom.metadata.h"
|
||||
# include "gen/gte_hello.offsets.h"
|
||||
# include "hello_gte.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user