KungFuFurby / AddMusicKFF

Fork of AddMusicK, a compiler/inserter of music for Super Mario World
23 stars 15 forks source link

Fix a conflict where PLB and RTL opcodes were being used by other patches #409

Closed KungFuFurby closed 10 months ago

KungFuFurby commented 10 months ago

Turns out the Yoshi Drum hijack conflicted with patches that were using these two opcodes to return from a routine, and thus essentially crashing the game in the process. So these two opcodes are being restored to their original location for the patches' sake.

This merge request closes #408.