diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-02-09 17:55:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 09:55:22 -0700 |
| commit | 4a679da4895cf66b68dd90a601a4c0c9e41e5409 (patch) | |
| tree | 65dba5a6079692096fdd9dd78ac0793e7a42f38f /src/code/game.c | |
| parent | bebacf3ba88c75c66f60ffc6f48371430607338e (diff) | |
m_actor_shadow OK (#142)
* werk
* more werk
* m_actor_shadow OK
* format
* protos fix
* jenkins happy
Diffstat (limited to 'src/code/game.c')
| -rw-r--r-- | src/code/game.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/game.c b/src/code/game.c index 7767fc0..07fc3ca 100644 --- a/src/code/game.c +++ b/src/code/game.c @@ -145,9 +145,9 @@ void game_draw_first(GraphicsContext* gfxCtx) { gSPSegment(UNK_2B0_DISP++, 0x0F, gfxCtx->unk_2E4); gSPSegment(UNK_2B0_DISP++, 0x0E, temp_v0); - gSPSegment(UNK_2C0_DISP++, 0x00, NULL); - gSPSegment(UNK_2C0_DISP++, 0x0F, gfxCtx->unk_2E4); - gSPSegment(UNK_2C0_DISP++, 0x0E, temp_v0); + gSPSegment(SHADOW_DISP++, 0x00, NULL); + gSPSegment(SHADOW_DISP++, 0x0F, gfxCtx->unk_2E4); + gSPSegment(SHADOW_DISP++, 0x0E, temp_v0); gSPSegment(LIGHT_DISP++, 0x00, NULL); gSPSegment(LIGHT_DISP++, 0x0F, gfxCtx->unk_2E4); |
