AdAstra-LD / DS-Pokemon-Rom-Editor

New DS Pokemon ROM Editor, based on Nømura's 2020 edition. Expanded with loads of new features, bugfixes and better usability.
153 stars 43 forks source link

[Bug] ReplaceMove script command arguments missing #54

Closed SunakazeKun closed 3 months ago

SunakazeKun commented 3 months ago

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
AdAstra-LD commented 3 months ago

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

  • Party Pokémon index
  • Move slot index
  • Move ID
AdAstra-LD commented 3 months ago

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