-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pm-chaos-edition
- Loading branch information
Showing
736 changed files
with
13,457 additions
and
9,689 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CompileFlags: | ||
Add: -Wno-unknown-warning-option | ||
Remove: [-m*, -f*] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
#ifndef _CAMERA_H_ | ||
#define _CAMERA_H_ | ||
|
||
extern f32 D_8009A5EC; | ||
|
||
void update_camera_mode_0(Camera*); | ||
void update_camera_mode_1(Camera*); | ||
void update_camera_mode_2(Camera*); | ||
void update_camera_mode_4(Camera*); | ||
void update_camera_mode_5(Camera*); | ||
void update_camera_mode_6(Camera*); | ||
void create_camera_leadplayer_matrix(Camera*); | ||
extern f32 CamLengthScale; | ||
|
||
void update_camera_minimal(Camera*); | ||
void update_camera_no_interp(Camera*); | ||
void update_camera_interp_pos(Camera*); | ||
void update_camera_zone_interp(Camera* camera); | ||
|
||
void update_camera_unused_confined(Camera*); | ||
void update_camera_unused_leading(Camera*); | ||
void update_camera_unused_radial(Camera*); | ||
void update_camera_unused_ahead(Camera*); | ||
|
||
void create_camera_leadplayer_matrix(Camera*); | ||
Camera* initialize_next_camera(CameraInitData* data); | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.