decomp-toolkit icon indicating copy to clipboard operation
decomp-toolkit copied to clipboard

[BUG] Function and global object addresses aren't properly labeled in large function

Open HeartPiece44 opened this issue 6 months ago • 0 comments

Repository URL

https://github.com/projectPiki/pikmin

Game Name

Pikmin 1

Game Version

GPIE01_01

Description

Function, data and global object labels don't get properly assigned in the function ActorInstance::checkEventKeys in src/plugPikiColin/cinePlayer.cpp, likely due to the size and stack usage. The file itself is linked with no errors, but the function still displays as 86% complete in the progress report.

View of issue in objdiff:

Image

HeartPiece44 avatar May 08 '25 05:05 HeartPiece44