diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2023-11-27 21:21:52 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-27 21:21:52 +1100 |
| commit | 5284302c8fcd7a708e427968b4737d7659d1fb44 (patch) | |
| tree | 2c2b9dabfcdb4b9541595e4315e5b75a8c96d08a /src/code/title_setup.c | |
| parent | 702f3cf44e7a6972801150a6d13d6fbb2283f230 (diff) | |
`z_en_test7.c` Documentation Pass (#1497)
* copy over docs
* more docs
* some docs
* more docs
* small cleanup
* more small cleanup
* more small cleanup
* lerp time
* small reordering
* feather type
* general owl warp docs
* more cleanup
* rm redundant info
* PR Review
* PR Review
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 841c301e2..21331d6f3 100644 --- a/src/code/title_setup.c +++ b/src/code/title_setup.c @@ -24,7 +24,7 @@ void Setup_SetRegs(void) { XREG(77) = 0x3C; XREG(78) = 0x2F; XREG(79) = 0x62; - R_PAUSE_OWLWARP_ALPHA = 0; + R_PAUSE_OWL_WARP_ALPHA = 0; XREG(88) = 0x56; XREG(89) = 0x258; XREG(90) = 0x1C2; |
