Herringway / ebsrc

Source code recreation for the game Earthbound
133 stars 8 forks source link

Miscellaneous changes #10

Closed PhoenixBound closed 3 years ago

PhoenixBound commented 3 years ago

This isn't everything I have in mind (already started working on fixing up window_stats), but I was already starting to feel like this PR was touching too many files at once.

INVENTORY_GET_ITEM_NAME appears to be the function used for displaying a character's inventory in a window. Not sure exactly what those UNKNOWNs at the end of the loop do for each individual item, but I imagine it's menu-related stuff.

Herringway commented 3 years ago

ah, interesting. so UNKNOWN_7E9C9F is a char[] buffer then... that's worth a deeper look later. thanks