diff options
| author | petrie911 <69443847+petrie911@users.noreply.github.com> | 2024-04-20 17:07:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-20 17:07:29 -0500 |
| commit | 95e5f4f07aa17d9ff0cc61e9a7adff26ee4129ec (patch) | |
| tree | 78daf0c315ad34f7979a2abfce8da2eeacde3620 /src/engine/fox_context.c | |
| parent | e3716b5d48fa523b4f0f183011502cb737007568 (diff) | |
Some further docs for audio spec and planet paths (#219)
* avoid ub
* format
* torch
* more stuff
Diffstat (limited to 'src/engine/fox_context.c')
| -rw-r--r-- | src/engine/fox_context.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/fox_context.c b/src/engine/fox_context.c index 0c17bcd8..aaf71bc6 100644 --- a/src/engine/fox_context.c +++ b/src/engine/fox_context.c @@ -51,9 +51,9 @@ s32 D_ctx_80177B70[7]; PlanetId D_ctx_80177B90[7]; s32 D_ctx_80177BB0[7]; #ifdef AVOID_UB -s32 D_ctx_80177BD8[24]; +s32 gPlanetPathStatus[24]; #else -s32 D_ctx_80177BD8[22]; // overruns gPrevPlanetTeamShields? +s32 gPlanetPathStatus[22]; // overruns gPrevPlanetTeamShields? #endif s32 gPrevPlanetTeamShields[6]; s32 D_ctx_80177C58[6]; |
