Sanqui / pokered-randomizer

A modified version of pokered with stuff moved around for my randomizer.
http://sanqui.rustedlogic.net/randomizer/
9 stars 11 forks source link

Still issues with TMs #6

Closed Sanqui closed 9 years ago

Sanqui commented 9 years ago
  1. After giving back the Gold Teeth to the Warden, I have HM03 and HM04 back to back in my inventory. When I use HM04 after having used HM03 (doesn't matter if I teach the HM to anybody or not) and not having the menu closed, the game crashes. ~MK
Sanqui commented 9 years ago

Fixed in d00c54e2066a0d9e746ac570bd45fc65a4c4944c

Sanqui commented 9 years ago

Just noting, that fix was wrong - the call wasn't dead, it copied item names for PC withdraw/deposit. Real fix in 366613fe78816f88116ea7364f4f74a2979a203e. The original code didn't set the list type and it could be wrong for TMs (not item list type), which didn't matter because TMs names were hardcoded and disregarded list type.