Language…
18 users online:  AmperSam, Carnalwillow, DanMario24YT, Enan63, EvilAdmiralKivi, h4shcat, JezJitzu,  MarioFanGamer, MorrieTheMagpie, quantumcoder, Rhubarb44230,  Segment1Zone2,  shovda, signature_steve, simon.caio, Sweetdude, toady, TonyversoTV - Guests: 256 - Bots: 346
Users: 64,795 (2,378 active)
Latest user: mathew

How to hide the status bar? (Solved)

How i can hide the status bar for a few levels? Because

this looks not very good.


Try this patch
Or you can just make copies of GFX28 and GFX29 without the tiles in the status bar and use them as LG1 and LG2
Sorry for stupid question, but how i can set flag (Freespace) to #$00 through uberasm?


I honestly think that just using blank ExGFX is simpler.
If you wanna stick with the code (can't look at it right now) I think the flag is defined somewhere at the top of the code, just set that in uberASM to 1. (LDA #$01 : STA $<address here>).
Anime statistic on MyAnimeList:
400 animes completed ✓
6000 episodes completed ✓
100 Days completed ✓
... what even am I doing with my life?
Uberasm method crashes the game. So, i'll use blank exgfx instead. Thanks.
Solved