diff options
| author | Tharo <17233964+Thar0@users.noreply.github.com> | 2025-01-10 23:54:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 18:54:02 -0500 |
| commit | b19b06a5314124824a01573c80addda3f82f7585 (patch) | |
| tree | fbea2c0e77ddafd1ab03f1a4355f86c481954808 /src/code/z_camera.c | |
| parent | 1549f34e8e8e0211d7f6cc672b0ac7f4125d6e03 (diff) | |
[iQue] Match remaining libultra/os files (#2414)
* Match remaining libultra/os files
* Align box id macros
* Fix bss, format
* Fix BSS
* Clarify some comments
* More bug comment
* Comment
* Fix BSS
Diffstat (limited to 'src/code/z_camera.c')
| -rw-r--r-- | src/code/z_camera.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/code/z_camera.c b/src/code/z_camera.c index d5aa8ad80..cb59ef55e 100644 --- a/src/code/z_camera.c +++ b/src/code/z_camera.c @@ -4,7 +4,7 @@ #include "terminal.h" #include "overlays/actors/ovl_En_Horse/z_en_horse.h" -#pragma increment_block_number "gc-eu:192 gc-eu-mq:192 gc-jp:192 gc-jp-ce:192 gc-jp-mq:192 gc-us:192 gc-us-mq:192" \ +#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.0:128 ntsc-1.1:128 ntsc-1.2:128 pal-1.0:128 pal-1.1:128" s16 Camera_RequestSettingImpl(Camera* camera, s16 requestedSetting, s16 flags); @@ -3639,7 +3639,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.0:141 ntsc-1.1:141 ntsc-1.2:141 pal-1.0:139 pal-1.1:139" + "ntsc-1.0:133 ntsc-1.1:133 ntsc-1.2:133 pal-1.0:131 pal-1.1:131" s32 Camera_KeepOn4(Camera* camera) { static Vec3f D_8015BD50; |
