mirror of
https://github.com/zeldaret/oot
synced 2026-07-06 21:53:04 -04:00
improve matches (#1413)
This commit is contained in:
@@ -5478,8 +5478,6 @@ s32 func_80037D98(PlayState* play, Actor* actor, s16 arg2, s32* arg3) {
|
||||
|
||||
Actor_GetScreenPos(play, actor, &sp2C, &sp2A);
|
||||
|
||||
if (0) {} // Necessary to match
|
||||
|
||||
if ((sp2C < 0) || (sp2C > SCREEN_WIDTH) || (sp2A < 0) || (sp2A > SCREEN_HEIGHT)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user