diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-09-14 12:49:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-14 13:49:17 -0300 |
| commit | 6451bcf15855ff3c0cb6cd1c0d4a9e2d03f41fae (patch) | |
| tree | 18d9ee3fb1e64c8a58aa1ea8d909cc5174a777ae /src/code/title_setup.c | |
| parent | 85e141128b6d2150d0729613779a394ed198509f (diff) | |
`z_parameter`: Magic (#934)
* Document magic
* Cleanup
* Few fixes
* PR Suggestions, More Lens Docs
* Few comments
* missed a spot
* Better macros/names
* Deactivate Lens
* more PR suggestions
* fix names
Diffstat (limited to 'src/code/title_setup.c')
| -rw-r--r-- | src/code/title_setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/title_setup.c b/src/code/title_setup.c index 69790b60c..4be91d2e8 100644 --- a/src/code/title_setup.c +++ b/src/code/title_setup.c @@ -8,7 +8,7 @@ void TitleSetup_GameStateResetContext(void) { XREG(12) = 0xE; XREG(13) = 0; XREG(31) = 0; - XREG(41) = 0x50; + R_MAGIC_CONSUME_TIMER_GIANTS_MASK = 80; XREG(43) = 0xFC54; XREG(44) = 0xD7; |
