mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-30 16:31:00 +00:00
7c51a5f6ac
There are numerous duplicates of the `CreateEntityWhenInVerticalRange` and `CreateEntityWhenInHorizontalRange` functions. This pull request matches the duplicates identified in overlays NO3, NP3, and RWRP: - NO3 - `func_801C3500` - Renamed to `CreateEntityWhenInVerticalRange` - NO3 - `func_801C3618` - Renamed to `CreateEntityWhenInHorizontalRange` - NP3 - `func_801BAD70` - Renamed to `CreateEntityWhenInVerticalRange` - NP3 - `func_801BAE88` - Renamed to `CreateEntityWhenInHorizontalRange` - RWRP - `func_8018BE1C` - Renamed to `CreateEntityWhenInVerticalRange` - RWRP - `func_8018BF34` - Renamed to `CreateEntityWhenInHorizontalRange`
7 lines
193 B
Plaintext
7 lines
193 B
Plaintext
g_SpriteBanks = 0x80180040;
|
|
g_Rooms = 0x801811AC;
|
|
Update = 0x8018A198;
|
|
func_801951F0 = 0x801951F0;
|
|
CreateEntityWhenInVerticalRange = 0x8018BE1C;
|
|
CreateEntityWhenInHorizontalRange = 0x8018BF34;
|