AdAstra-LD/DS-Pokemon-Rom-Editor

[Bug] ReplaceMove script command arguments missing

Closed this issue · 2 comments

The three arguments for the ReplaceMove script command in DPPT are missing, rendering the command unusable. According to the app's command database, it takes no arguments, which is wrong. However, it has three arguments:

  1. Party Pokémon index
  2. Move slot index
  3. Move ID

Source of this information is the public scrcmd doc, I assume?

  • Party Pokémon index
  • Move slot index
  • Move ID

Yeah, nevermind. Whatever it was, the ASM code seems to confirm the documented behavior.

Thanks for this. I'm sure there are more like this one