diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2024-09-11 10:17:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-11 10:17:47 +0200 |
| commit | cbf9eacf42c25f887589ba50d4ef2cd41cdc9030 (patch) | |
| tree | 1073bdff9206abe866be5c0af6c9bef8a8690b0f /src/code | |
| parent | 5441559b30d4419eb25e77abc4ff2eb1f34027aa (diff) | |
[headers 12] Add kaleido_manager.h, move various protos to headers (#2174)
* [headers 12] add kaleido_manager.h, move various protos to headers
* BSS
* bss
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/z_kankyo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_kankyo.c b/src/code/z_kankyo.c index ea27b5edc..ea5bf9672 100644 --- a/src/code/z_kankyo.c +++ b/src/code/z_kankyo.c @@ -212,7 +212,7 @@ s16 sLightningFlashAlpha; s16 sSunDepthTestX; s16 sSunDepthTestY; -#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:96 gc-jp-ce:96 gc-jp-mq:96 gc-us:96 gc-us-mq:96" +#pragma increment_block_number "gc-eu:112 gc-eu-mq:112 gc-jp:96 gc-jp-ce:96 gc-jp-mq:96 gc-us:96 gc-us-mq:96" LightNode* sNGameOverLightNode; LightInfo sNGameOverLightInfo; |
