Name: | Super Status Bar v2.2 |
Authors: | HammerBrother, Kaijyuu |
Added: | |
Version History: | View |
Tool: | Asar |
Requires Free Space: | Yes |
Bug Fix: | No |
Featured: | No |
Description: | This is a status bar hack that does the following: - Allows a non-ASM programmer to modify each and every tile in the 5 lines comprising the status bar. You can change any tile not modified by Smallhacker's Status Bar editor tool. - (advanced version only) Allows a non-ASM programmer to move the various counters (time, score, lives, coins, ect) anywhere on the status bar with ease. Also allows one to move the item box item anywhere on the screen (does not affect where it drops). - Allows ASM programmers to change the tiles (and properties of those tiles) in their own custom sprites/patches/ect much more easily. No longer are you limited to the old 55 tiles; now it's 160. Comes with a compatibility and an advanced version. The compatibility version uses the old RAM addresses in addition to the new, so stuff like the newbie's custom boss should still work. The advanced version completely bypasses the old ram addresses and a few routines along with being much faster. This latest version TRULY fixes the bottom line cutoff. See readme for updates. EDIT: Added sa-1 support on both patches. |
Tags: | expansion hud lorom sa-1 status bar tile |
Comments: | 20 (jump to comments) |
Download
195.78 KiB | 1,306 downloads
Comments (20)
>The Screen intro is completely black
>The Mode 7 Boss Fights is unplayable in certain situations (or the screen is totally covered by a graphical glitch).
>I discovered glitches that are present in the NSMBWii Status Bar (The Overworld glitch and the message box glitch).
Late, but you want to go to 'SuperStatusBar_Advancedv2.asm' or 'SuperStatusBar_Compatibilityv2.asm' and change the $4310 to $4320 and the 'LDA #$02' after 'BPL DMA_LOOP' to 'LDA #$04'
>The Screen intro is completely black
>The Mode 7 Boss Fights is unplayable in certain situations (or the screen is totally covered by a graphical glitch).
>I discovered glitches that are present in the NSMBWii Status Bar (The Overworld glitch and the message box glitch).
You might want to use Status Bar UberASM in that case.
You will have to edit the "DATA_TILES"
(E) Nevermind, I got it working, you need to change:
to
in SuperStatusBar_Advancedv2.asm.
That'll load the standard numbers as the bottom tiles and the blank tiles as the top tiles. You do need to have the star counter positioned such that it doesn't cover anything else up or push off the top of the screen, though, so I'd still like an alternate method.
wait...
Before:
After
Nevermind, there is a missing tile left out when the original author forgets it.