Then it must be Game Maker being funky with controllers. I had the same issue with a PS4 pad, which fixed itself in a newer build of Game Maker Studio 2.
potemki11
5
Posts
403
Followers
A member registered Jul 20, 2020 · View creator page →
Creator of
Mega Man X inspired bullet hell platformer, and a sequel to Udongein X.
Platformer
Touhou mixed with a Retro Dungeon Crawler!
Role Playing
Recent community posts
Touhou Artificial Dream in Arcadia DEMO comments · Replied to Alice~ in Touhou Artificial Dream in Arcadia DEMO comments
Yeah, the full game will have a variety of MP recovery items.
Might just be other controllers conflicting, try unplugging all other controllers. If that's the only controller you have plugged in and it still doesn't work, then I dunno. As a last resort, you can launch the game through Steam and use its built in controller support.
It's not, and it can't happen anywhere else in the game. It's caused by the fact that collision check with the item happens before the game clamps Reisen's position, causing this to happen: you pick up the item -> game pauses -> game moves Reisen away from the item -> games stays frozen and no health is added. This happens because the code for health regeneration is in the item's collision event.