Summary: | Change Number of Dragon Coins in Level |
Parameters: |
|
Code: | org $008FDB CMP.b #<coins> ; This is how many coins to draw in the status bar org $00F349 CMP.b #<coins> ; This is how many coins to require before setting the "Yoshi coins gotten" flag org $00F37E ADC.b #<start_offset> ; This will change how many points Yoshi coins gives you CMP.b #<start_offset>+<coins>-1 ; This is how long it takes to get a 1up |
Submitted: | by Telinc1 |
Change Number of Dragon Coins in Level
SMW Tweaks → Change Number of Dragon Coins in Level