Help:Patching the motorcycle area checks: Difference between revisions
Jump to navigation
Jump to search
Help:Patching the motorcycle area checks (view source)
Revision as of 11:30, 7 October 2018
, 6 years agono edit summary
imported>Leoetlino m (<pre> -> armasm) |
imported>Leoetlino No edit summary |
||
Line 1: | Line 1: | ||
Because of arbitrary, hardcoded limitations, the Master Cycle Zero cannot be used in some areas. This article lists and documents checks that must be patched to remove usage restrictions. | |||
Most of them are located in | Most of them are located in “RideMgr” (unofficial name) which manages both horses{{check}} and the Master Cycle Zero. | ||
== Check == | |||
The game uses the current climate for the area check<ref>[https://github.com/leoetlino/botw-re-notes/blob/2c0b98c1d5e4cb35a11d4a3ea764323432a596ea/tools/check_master_cycle_ok_areas Extracted check from Switch 1.5.0]</ref>: | The game uses the current climate for the area check<ref>[https://github.com/leoetlino/botw-re-notes/blob/2c0b98c1d5e4cb35a11d4a3ea764323432a596ea/tools/check_master_cycle_ok_areas Extracted check from Switch 1.5.0]</ref>: | ||
Line 25: | Line 26: | ||
* ✅ KorogForest | * ✅ KorogForest | ||
* 🚫 GerudoDesertClimateLv2 | * 🚫 GerudoDesertClimateLv2 | ||
== Patching == | == Patching == | ||
Line 33: | Line 32: | ||
== Technical details == | == Technical details == | ||
''Note: the addresses below are only valid for Switch 1.5.0. Other versions (on Switch or Wii U) can be patched in a similar way, though.'' | |||
=== Disappearing when entering a blacklisted climate === | === Disappearing when entering a blacklisted climate === | ||