fakematch sub_805EE3C
I have no idea why this won't actually match, but thanks to pidgey for figuring out this fakematch
This commit is contained in:
@@ -1938,9 +1938,7 @@ static void sub_805EE3C(u8 objectEventId, s16 x, s16 y)
|
|||||||
#undef i
|
#undef i
|
||||||
|
|
||||||
objectEvent = &gObjectEvents[objectEventId];
|
objectEvent = &gObjectEvents[objectEventId];
|
||||||
#ifndef NONMATCHING
|
objectEvent++;objectEvent--; // fakematch
|
||||||
asm("":::"r5");
|
|
||||||
#endif
|
|
||||||
subspriteTables = NULL;
|
subspriteTables = NULL;
|
||||||
graphicsInfo = GetObjectEventGraphicsInfo(objectEvent->graphicsId);
|
graphicsInfo = GetObjectEventGraphicsInfo(objectEvent->graphicsId);
|
||||||
spriteFrameImage.size = graphicsInfo->size;
|
spriteFrameImage.size = graphicsInfo->size;
|
||||||
|
|||||||
Reference in New Issue
Block a user