Medabots / medarot1

Medarot 1 GB disassembly/translation
41 stars 3 forks source link

Inventory Screen 'Toss' state is broken #186

Closed VariantXYZ closed 3 years ago

VariantXYZ commented 3 years ago

https://user-images.githubusercontent.com/3066132/127744912-4e4ab99a-cd8c-4f3d-a0ad-c5fa7968bc62.mp4

VariantXYZ commented 3 years ago

Item Count window is one tile too high

02:48c5 loads this tilemap ($66) for item tossing.

Will need to find the thing that clears the tilemap as well.

VariantXYZ commented 3 years ago

Item Count window is one tile too high

Actually, this is normal on the JP version, no need to change it.

VariantXYZ commented 3 years ago

https://user-images.githubusercontent.com/3066132/127749426-acdd742b-5662-4182-889a-ccbb838c31e7.mp4

JP comparison

VariantXYZ commented 3 years ago

02:4973 is 'Use/Toss' state.

VariantXYZ commented 3 years ago

Can't change the number of items

Was due to How many? dialog not having the correct endcode. Created #187 to make sure we avoid this in the future.

Yes/No tilemap selection still broken.

VariantXYZ commented 3 years ago

Was just endcodes in text, fixed.