diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-27 20:51:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-27 14:51:00 -0400 |
| commit | fbf797f1e26a163c75ff0785b5cf74598b43d516 (patch) | |
| tree | 62ebfb9501115edcb46a2c999af778c72f8828ce /src/code/z_camera.c | |
| parent | d80e5383709ce77ac94eb7dbb40f906ad44af8a2 (diff) | |
[headers] Create `gfxalloc.h`, `map.h`, move protos to `gfx.h`, `z64{player,view}.h` (#2233)
* [headers] Create gfxalloc.h, map.h, move protos to z64{actor,player,view}.h
* oops
* bss
* comment on player_lib protos & format
* format map.h
* Move SCREEN_{WIDTH,HEIGHT} and SET_FULLSCREEN_VIEWPORT to z64view.h
* bss
* revert move screen_width/height
* bss
Diffstat (limited to 'src/code/z_camera.c')
| -rw-r--r-- | src/code/z_camera.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_camera.c b/src/code/z_camera.c index 330973216..39b121db2 100644 --- a/src/code/z_camera.c +++ b/src/code/z_camera.c @@ -3638,7 +3638,7 @@ s32 Camera_KeepOn3(Camera* camera) { } #pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \ - "ntsc-1.2:100" + "ntsc-1.2:98" s32 Camera_KeepOn4(Camera* camera) { static Vec3f D_8015BD50; |
