Language…
22 users online: Aurel509, buggy789, Chambo, codfish1002, cohimbra, Dennsen86, deported, Dispace, Fozymandias, Golden Yoshi, Green, Green Jerry, LightAligns, mio, Mischievous Marc, neidoodle, Raychu2021, RicardoDeMelo, RZRider, sinseiga, synthie_cat, tOaO - Guests: 292 - Bots: 275
Users: 64,795 (2,375 active)
Latest user: mathew

Does anyone know how to take em out those parentheses of minimalist status bar

Try changing:
Code
!itembox	= !status_tile+$12

to
Code
!itembox	= 0


Also, change:
Code
db $5B,$FC,$5C			;item box

to
Code
db $FC,$FC,$FC			;item box


and
Code
db $21,$28,$21			;item box

to
Code
db $20,$28,$20			;item box

This should get rid of the ( ), but keep in mind it will not disable the function of the status bar item. So if you get an extra powerup that would normally go to the status bar, you can still drop it by pressing select.
Originally posted by hash
Try changing:
Code
!itembox	= !status_tile+$12

to
Code
!itembox	= 0


Also, change:
Code
db $5B,$FC,$5C			;item box

to
Code
db $FC,$FC,$FC			;item box


and
Code
db $21,$28,$21			;item box

to
Code
db $20,$28,$20			;item box

This should get rid of the ( ), but keep in mind it will not disable the function of the status bar item. So if you get an extra powerup that would normally go to the status bar, you can still drop it by pressing select.


Tested with Asar 1.71, Snes9X, LM 3.04 and parenthesis are removed and item box as well. Thank you so much. It worked.
My released ROM hack: Yoshi Saves Summer Vacation
Originally posted by hash
Try changing:
Code
!itembox	= !status_tile+$12

to
Code
!itembox	= 0


Also, change:
Code
db $5B,$FC,$5C			;item box

to
Code
db $FC,$FC,$FC			;item box


and
Code
db $21,$28,$21			;item box

to
Code
db $20,$28,$20			;item box

This should get rid of the ( ), but keep in mind it will not disable the function of the status bar item. So if you get an extra powerup that would normally go to the status bar, you can still drop it by pressing select.



And also the status_double.asm how do I disable these parentheses as well
My released ROM hack: Yoshi Saves Summer Vacation