diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-06-04 04:24:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-03 22:24:26 -0400 |
| commit | aa00eb2c4d6eca30ac5ac9ff866b6a8b529cf57d (patch) | |
| tree | e2c78068b832ee5480493518fbcdb924539b2fc3 /src/code | |
| parent | dec2c89c1034364c1ac5a0e1b299ee4b5cf85ad2 (diff) | |
Add Vtx[] resources in xmls for (partially) documented assets 2 (#2565)
* Add Vtx[] resources in xmls for (partially) documented assets 2
* non-pal too
* Revert "non-pal too"
This reverts commit ac8b38b3a827046cd33441b8c8c577e54a33bc4c.
* fix
* 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 c78fc5de8..41c7bf75d 100644 --- a/src/code/z_kankyo.c +++ b/src/code/z_kankyo.c @@ -238,7 +238,7 @@ s16 sLightningFlashAlpha; s16 sSunDepthTestX; s16 sSunDepthTestY; -#pragma increment_block_number "gc-eu:192 gc-eu-mq:192 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \ +#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" \ "ique-cn:128 ntsc-1.0:128 ntsc-1.1:128 ntsc-1.2:128 pal-1.0:192 pal-1.1:192" LightNode* sNGameOverLightNode; |
