diff options
| author | engineer124 <47598039+engineer124@users.noreply.github.com> | 2022-10-05 01:15:39 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-05 06:15:39 +0100 |
| commit | f379012742c07f2e069b24d77e4f30a614f63080 (patch) | |
| tree | 2c27c31a663a82497efe4c97ac45734ddc77ac42 /src/code/title_setup.c | |
| parent | 2006a65ba62e7e848823cd1de009c9e16d6421eb (diff) | |
z_kaleido_map.c OK and Documented (Pause Menu Map Page) + related icon_item statics (dungeon/field/jpn) (#1094)
* import pause menu map page
* better owl-warp docs
* fix func name
* missed some owlwarps
* fix merge from master
* fix scene region code
* PR Suggestions
* add comment
* add description of gWorldMapImageTex, thanks @EllipticEllipsis
* clearup docs
* missed a comma
* bad formatter, drop comment
* more cleanup
Diffstat (limited to 'src/code/title_setup.c')
| -rw-r--r-- | src/code/title_setup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/code/title_setup.c b/src/code/title_setup.c index dad3c6458..641160ea8 100644 --- a/src/code/title_setup.c +++ b/src/code/title_setup.c @@ -23,13 +23,13 @@ void Setup_SetRegs(void) { XREG(77) = 0x3C; XREG(78) = 0x2F; XREG(79) = 0x62; - XREG(87) = 0; + R_PAUSE_OWLWARP_ALPHA = 0; XREG(88) = 0x56; XREG(89) = 0x258; XREG(90) = 0x1C2; XREG(91) = 0; - XREG(94) = 0; - XREG(95) = 0; + R_REVERSE_FLOOR_INDEX = 0; + R_MINIMAP_DISABLED = false; YREG(32) = 0x50; YREG(33) = 0x3C; |
