mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-19 13:24:12 -04:00
Realmatch dStage_roomControl_c's static weak functions
This commit is contained in:
@@ -973,7 +973,7 @@ BOOL daArrow_c::procStop_BG() {
|
||||
field_0x6a0--;
|
||||
|
||||
if (field_0x6a0 < 60) {
|
||||
// This matches but probably isn't what they actually wrote.
|
||||
// Fakematch
|
||||
u32 signBit = ((u32)field_0x6a0)>>31;
|
||||
if ((((field_0x6a0&1) ^ signBit) - signBit) == 0) {
|
||||
field_0x698 = false;
|
||||
|
||||
Reference in New Issue
Block a user