mirror of
https://github.com/zeldaret/oot
synced 2026-08-17 13:29:51 -04:00
Move PlayState to a new z64play.h (#1966)
* ActorContext * frameadvance * SfxSource * GameOverContext * RoomContext * TransitionActorContext * fix bss * Move PlayState * Move play functions to new header * SAC_ENABLE * no longer needed * SAC_ENABLE again * z_demo being silly * comment * format headers * fix retail bss * actually fix bss * Cutscene_ProcessScript comment * bss again * Update src/code/z_demo.c Co-authored-by: cadmic <cadmic24@gmail.com> * rename to frame_advance and remove it from z64.h * move macros too * review * Rename SequenceContext to SceneSequences --------- Co-authored-by: cadmic <cadmic24@gmail.com>
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ typedef struct {
|
||||
} Color_RGBA8;
|
||||
|
||||
// only use when necessary for alignment purposes
|
||||
typedef union {
|
||||
typedef union Color_RGBA8_u32 {
|
||||
struct {
|
||||
u8 r, g, b, a;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user