Name: | Score |
Author: | Burning Loaf |
Added: | |
Tool: | PIXI |
Type: | Other |
Dynamic: | No |
Disassembly: | Yes |
Includes GFX: | No |
Description: | A disassembly of all the vanilla score sprites for use with PIXI 1.40+. There are four files in this submission's downloadable file: score.asm, which behaves like regular score sprites, lifeup.asm, which behaves like 1-UP score sprites, coins.asm, which behaves like the unused/glitched coin score sprites, and all.asm, which is a disassembly of all score sprites in a single file. it's impractical for use with PIXI, but it's been included because it's a disassembly of the original code. |
Tags: | lorom pacifist sa-1 score |
Comments: | 1 (jump to comments) |
Rating: |
Download
5.01 KiB | 113 downloads
Comments (1)
- Lunar Magic v3.40
- SA-1 Pack v1.40
- PIXI v1.40
- BSNES v115
Removed disassembly tag because it's already redundant with the disassembly filter.During moderation, I fixed all.asm to. On top of that, I modified the remaining sprites so that they use ScoreGenericDraw as they aren't real disassemblies.
The other thing to note is that they do not come with any included graphics so you have to provide your own if you need custom values or use the coin sprites at all. This is in fine thanks to the fact that SMW doesn't come with any coin score sprite by default and its limited point score sprites but nonetheless, plan around them if you need to use coin score sprites or using point sprites with a non-standard value.
Another limitation for being a disassembly is that coin score sprites can only exist one at a time as seen in the GIF as the coin sprite's OAM index is hardcoded.