Pages: 1
Posted on 07-10-17, 06:45 pm
Flurry


Karma: 724
Posts: 224/258
Since: 10-14-11
What is known about enemy movement from music? (Goomba jumping, Spiny changing direction etc.)

Without changing the music, how would this be disabled?
Posted on 07-15-17, 05:32 pm
Red Paratroopa
Random Turtle

Karma: 373
Posts: 99/160
Since: 01-23-17
I think the enemies respond with the "bah" sound. You would need to erase the "bahs" from the music or disable the enemies properties to respond to the "bahs".
_________________________
New Super Mario Land's development is paused at the moment...
Posted on 07-15-17, 06:40 pm


Karma: 462
Posts: 15/33
Since: 01-17-15
As I recall, enemy jumping is triggered by the SSEQ setting variable 2 to "1", or something like that. DSSS can display the raw SSEQ command streams; you can use that to investigate further if you want. If you want to disable enemy jumping for the entire game, though, it'd probably be easier to do it via assembly hacking.
_________________________
The Newer Team
Posted on 07-16-17, 05:11 pm
Birdo


Karma: 2754
Posts: 1978/2091
Since: 06-26-11
Pages: 1