shpn_tool
shpn_tool copied to clipboard
Fix characters at >= 112 not reappearing after hide
The original sprite recovery code restores affine mode when unhiding objects. The upper bound is hardcoded at 112. Should either patch this limit if feasible, or record sprite count in render_sjis and unhide them ourselves otherwise.