diff options
| author | Synray <31429825+Synray@users.noreply.github.com> | 2021-04-11 18:23:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-11 21:23:40 -0400 |
| commit | 7f94088a3b51076cff9b1cc8265429bf7b4df695 (patch) | |
| tree | 5a202dede0cbeb3026f776327fa4f325b1dc227f /src/code/z_parameter.c | |
| parent | d22b746128959837131406e9f984fd841206c3a0 (diff) | |
En_Horse OK (#554)
* En_Horse OK
* Remove reloc
* WIP
* Use EnIn
* Documentation
* Documentation
* Remove debug prints
* Warnings
* Cleanup
* Unused asm
* Review comment
* Review comments and reformat
* More review comments
* Rename flags
* Review changes
Co-authored-by: Fig02 <fig02srl@gmail.com>
Diffstat (limited to 'src/code/z_parameter.c')
| -rw-r--r-- | src/code/z_parameter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/z_parameter.c b/src/code/z_parameter.c index 634009a4e..859270875 100644 --- a/src/code/z_parameter.c +++ b/src/code/z_parameter.c @@ -3332,7 +3332,7 @@ void Interface_Draw(GlobalContext* globalCtx) { phi_s1 = ZREG(14); for (phi_s3 = 1; phi_s3 < 7; phi_s3++) { // Carrot Color (based on availability) - if ((interfaceCtx->unk_23A == 0) || (interfaceCtx->unk_23A < phi_s3)) { + if ((interfaceCtx->numHorseBoosts == 0) || (interfaceCtx->numHorseBoosts < phi_s3)) { gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 0, 150, 255, interfaceCtx->aAlpha); } else { gDPSetPrimColor(OVERLAY_DISP++, 0, 0, 255, 255, 255, interfaceCtx->aAlpha); |
